class documentation

class Parameter(object):

View In Hierarchy

Parameter of a function.

Method __init__ Undocumented
Property name Name of the parameter, empty string if unknown.
Property type Type of the parameter as Type.
Method __repr__ Undocumented
Instance Variable _name Undocumented
Instance Variable _type Undocumented
def __init__(self, _parameter_data):

Undocumented

Parameters_parameter_dataUndocumented (type: _reven_api.Argument)
_name =

Undocumented

_type =

Undocumented

@property
name =

Name of the parameter, empty string if unknown.

(type: str)
@property
type =

Type of the parameter as Type.

(type: Type)
def __repr__(self):

Undocumented

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