class documentation

class ResolvedArgumentValue(object):

View In Hierarchy

Value and information of a function argument

Method __init__
Property value
Property name
Property type
Property param
Instance Variable _value Undocumented
Instance Variable _param Undocumented
def __init__(self, param, value):
Parametersparamparsed parameter info. (type: Parameter)
valuevalue of the argument. (type: _Any)
_value =

Undocumented

_param =

Undocumented

@property
value =
Returnsvalue of the argument.
(type: _Any)
@property
name =
Returnsname of the argument.
(type: str)
@property
type =
Returnsparsed type info of the argument.
(type: Type)
@property
param =
Returnsparsed info of the parameter.
(type: Parameter)
API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.