class documentation

class ResolvedArgumentValue(object):

View In Hierarchy

Value and information of a function argument

Method __init__ No summary
Property name No summary
Property param No summary
Property type No summary
Property value No summary
Instance Variable _param Undocumented
Instance Variable _value Undocumented
def __init__(self, param, value):
Parameters
param:Parameterparsed parameter info.
value:_Anyvalue of the argument.
@property
name: str =
Returns
name of the argument.
@property
param: Parameter =
Returns
parsed info of the parameter.
@property
type: Type =
Returns
parsed type info of the argument.
@property
value: _Any =
Returns
value of the argument.
_param =

Undocumented

_value =

Undocumented