ConstantProperties#
- class ConstantProperties#
Bases:
object
A view of constant properties of an entity
Methods:
as_dict
()convert the properties view to a python dict
get
(key)get property value by key
items
()lists the property keys together with the corresponding value
keys
()lists the available property keys
values
()lists the property values
- get(key)#
get property value by key
- items()#
lists the property keys together with the corresponding value