second_command propiedad

second_command propiedad

Definición:

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

Ver también