| Home | Trees | Index | Help |
|---|
| Package analysis :: Module arguments :: Class Parameters |
|
| Method Summary | |
|---|---|
Initialise the object with a 'function' node. | |
Return a list of default values for each of the normal positional parameters. | |
Return the name of the keyword arguments parameter, or None if no such parameter is defined. | |
Return a mapping of positional parameter names to default values, where None is specified for those parameters without default values. | |
Return the name of the variable arguments parameter, or None if no such parameter is defined. | |
| Method Details |
|---|
__init__(self,
function)
Initialise the object with a 'function' node.
|
get_defaults(self)Return a list of default values for each of the normal positional parameters. |
get_dstar_parameter(self)Return the name of the keyword arguments parameter, or None if no such parameter is defined. |
get_parameter_mapping(self)Return a mapping of positional parameter names to default values, where None is specified for those parameters without default values. |
get_star_parameter(self)Return the name of the variable arguments parameter, or None if no such parameter is defined. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Dec 20 00:05:45 2005 | http://epydoc.sf.net |