command property

command property

Definition:

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

See Also