state property

state property

Get and set the State.

Definition:

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

See Also