Element
Element(name, element_type, attributes=None, unique_name=None, index=None)
Bases: TM1Object
Abstraction of TM1 Element
Element(name, element_type, attributes=None, unique_name=None, index=None)
Bases: TM1Object
Abstraction of TM1 Element
TM1py/Objects/Element.py ELEMENT_ATTRIBUTES_PREFIX = '}ElementAttributes_'
class-attribute
instance-attribute
body
property
body_as_dict
property
element_attributes
property
element_type
property
writable
index
property
name
property
writable
unique_name
property
Types
__eq__(other)
__hash__()
from_dict(element_as_dict)
staticmethod
TM1py/Objects/Element.py