class documentation

class Parameter(object):

View In Hierarchy

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

Undocumented

Parameters
_parameter_data:_reven_api.ArgumentUndocumented
def __repr__(self):

Undocumented

Returns
strUndocumented
@property
name: str =

Name of the parameter, empty string if unknown.

@property
type: Type =

Type of the parameter as Type.

_name =

Undocumented

_type =

Undocumented