class Function(object):
Parsed function.
Method | __init__ |
Undocumented |
Property | name |
Name of the function. |
Property | return_type |
Return type of the function as Type . |
Property | parameters |
Parameters of the function as list of Parameter . |
Method | __repr__ |
Undocumented |
Instance Variable | _name |
Undocumented |
Instance Variable | _return_type |
Undocumented |
Instance Variable | _parameters |
Undocumented |