status property

status property

Status

Definition:

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

See Also