Dict

Inheritance diagram of rumba.Dict
class Dict

A dictionnary to associate strings to values.

Constructors

__init__

Value(: bool) -> None

Methods

__contains__

has_key(key: unicode) -> bool

as_Box3f(key)

Returns the n-th dependency value as a Box3f.

as_M44d(key)

Returns the n-th dependency value as a M44d.

as_M44f(key)

Returns the n-th dependency value as a M44f.

as_Quatd(key)

Returns the n-th dependency value as a Quatd.

as_Quatf(key)

Returns the n-th dependency value as a Quatf.

as_V2d(key)

Returns the n-th dependency value as a V2d.

as_V2f(key)

Returns the n-th dependency value as a V2f.

as_V3d(key)

Returns the n-th dependency value as a V3d.

as_V3f(key)

Returns the n-th dependency value as a V3f.

as_V4d(key)

Returns the n-th dependency value as a V4d.

as_V4f(key)

Returns the n-th dependency value as a V4f.

as_bool(key)

Returns a value as a bool.

as_double(key)

Returns the n-th dependency value as a double.

as_float(key)

Returns the n-th dependency value as a float.

as_int(key)

Returns the n-th dependency value as an integer.

as_string(key)

Returns the n-th dependency value as a string.

has_key(key)

Check if a dict entry exists.

insert(key, value)

Insert a value in the dictionnary.

read(key)

Get a readable accessor on a dict entry.

values()

rtype

Values