state property

state property

State

Definition:

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

See Also