id property

id property

ID

Definition:

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

See Also