class documentation

class ResolvedRetValue(object):

View In Hierarchy

Value and information of a function result.

Method __init__
Property value
Property type
Instance Variable _value Undocumented
Instance Variable _type Undocumented
def __init__(self, type, value):
Parameterstypeparsed type of the returned value. (type: Type)
valueactual value returned. (type: _Any)
_value =

Undocumented

_type =

Undocumented

@property
value =
Returnsactual value returned by the function
(type: _Any)
@property
type =
Returnsparsed type of a function result.
(type: Type)
API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.