[Python-Dev] PEP 3102: Keyword-only arguments

Greg Ewing greg.ewing at canterbury.ac.nz
Sun May 7 13:55:01 CEST 2006


BJörn Lindqvist wrote:

> But IMHO, your design is broken if you need
> to send dozens of arguments to any function or method.

My design allows property values to be specified using
keywords in the constructor. You typically only use
a few of them in any given call, but there are a large
number of potential keywords that you could use.

--
Greg


More information about the Python-Dev mailing list