id property

id property

Gets or sets the id.

Definition:

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

See Also