class documentation
class Parameter(object):
Parameter of a function.
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Property | name |
Name of the parameter, empty string if unknown. |
Property | type |
Type of the parameter as Type . |
Instance Variable | _name |
Undocumented |
Instance Variable | _type |
Undocumented |