class documentation

class ResolvedRetValue(object):

View In Hierarchy

Value and information of a function result.

Method __init__ No summary
Property type No summary
Property value No summary
Instance Variable _type Undocumented
Instance Variable _value Undocumented
def __init__(self, type, value):
Parameters
type:Typeparsed type of the returned value.
value:_Anyactual value returned.
@property
type: Type =
Returns
parsed type of a function result.
@property
value: _Any =
Returns
actual value returned by the function
_type =

Undocumented

_value =

Undocumented