mode property

mode property

Mode

Definition:

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

See Also