mode property

mode property

Definition:

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

See Also