class documentation

class Function(object):

View In Hierarchy

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
def __init__(self, _function_data):

Undocumented

Parameters_function_dataUndocumented (type: _reven_api.Function)
_name =

Undocumented

_return_type =

Undocumented

_parameters =

Undocumented

@property
name =

Name of the function.

(type: str)
@property
return_type =

Return type of the function as Type.

(type: Type)
@property
parameters =

Parameters of the function as list of Parameter.

(type: _List[Parameter])
def __repr__(self):

Undocumented

ReturnsUndocumented (type: str)
API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.