[Python-Dev] Positional-only Arguments

Benji York benji at benjiyork.com
Tue May 2 23:01:50 CEST 2006


Guido van Rossum wrote:
> I've used a double leading underscore on the name. Works great for methods!

We discussed that.  My main issue with that is that it's possible/likely 
that all arguments should be positional by default, should they all then 
begin with underscores?  Makes for ugly function bodies (or lots of name 
rebinding).
--
Benji York



More information about the Python-Dev mailing list