command_string property

command_string property

Defines command string. Read/write str.

Definition:

@property
def command_string(self):
    ...

@command_string.setter
def command_string(self, value):
    ...

See Also