class documentation

Mixin for Label classes that expose a UUID via an id property, as well as a tags attribute.

Class Variable tags Undocumented
Instance Variable id Undocumented
Method _id.setter Undocumented
Property _id Undocumented

Inherited from Label:

Method delete_attribute Deletes the attribute with the given name.
Method get_attribute_value Gets the value of the attribute with the given name.
Method has_attribute Determines whether the label has an attribute with the given name.
Method iter_attributes Returns an iterator over the custom attributes of the label.
Method set_attribute_value Sets the value of the attribute with the given name.

Undocumented

Undocumented

@_id.setter
def _id(self, value): (source)

Undocumented

Undocumented