second_command property

second_command property

Definition:

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

See Also