class ResolvedRetValue(object):
Value and information of a function result.
| Method | __init__ | 
    |
| Property | value | 
    |
| Property | type | 
    |
| Instance Variable | _value | 
    Undocumented | 
| Instance Variable | _type | 
    Undocumented | 
| Parameters | type | parsed type of the returned value. (type: Type) | 
| value | actual value returned. (type: _Any) |