entity_label property

entity_label property

Gets the entity label. Each entity has its label, which is unique and represents it in the file

Definition:

@property
def entity_label(self):
    ...
@entity_label.setter
def entity_label(self, value):
    ...

See Also