id property

id property

The annotation unique identifier. This field is auto-incremented.

Definition:

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

See Also