class documentation

class Function(object):

View In Hierarchy

Parsed function.

Method __init__ Undocumented
Method __repr__ Undocumented
Property name Name of the function.
Property parameters Parameters of the function as list of Parameter.
Property return_type Return type of the function as Type.
Instance Variable _name Undocumented
Instance Variable _parameters Undocumented
Instance Variable _return_type Undocumented
def __init__(self, _function_data):

Undocumented

Parameters
_function_data:_reven_api.FunctionUndocumented
def __repr__(self):

Undocumented

Returns
strUndocumented
@property
name: str =

Name of the function.

@property
parameters: _List[Parameter] =

Parameters of the function as list of Parameter.

@property
return_type: Type =

Return type of the function as Type.

_name =

Undocumented

_parameters =

Undocumented

_return_type =

Undocumented