class ResolvedArgumentValue(object):
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 | 
| Parameters | param | parsed parameter info. (type: Parameter) | 
| value | value of the argument. (type: _Any) |