Value

class Value(value_type=None, py_value=None)
Constructors:

Value()

Methods

class Value
get_boxed()

Get the contents of a Boxed derived Value.

get_value()
set_boxed(boxed)

Set the contents of a Boxed derived Value to v_boxed.

Parameters:

boxed

set_value(py_value)
Parameters:

py_value