Home | Trees | Indices | Help |
---|
|
Arg --+ | ArgOneParam
Arg abstract base class specialized for exactly one parameter. Members: 'argname' -- The name of the keyword argument used to pass this argument to Python. 'default' -- The default value of the argument, used if no keyword parameter is found. If this is None, then no default is assumed.
|
|||
|
|||
|
|
Get the keyword argument corresponding to this Arg. Look in keyw for the keyword argument needed by this Arg. If it is found, delete it from keyw and return it. If it is not found, return self.default. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 9 23:05:09 2010 | http://epydoc.sourceforge.net |