Definition at line 961 of file ctrlcommands.py.
◆ __init__()
| def robotide.controller.ctrlcommands.AddVariable.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
value, |
|
|
|
comment |
|
) |
| |
◆ __str__()
| def robotide.controller.ctrlcommands.AddVariable.__str__ |
( |
|
self | ) |
|
◆ _execute()
| def robotide.controller.ctrlcommands.AddVariable._execute |
( |
|
self, |
|
|
|
context |
|
) |
| |
|
private |
◆ _get_undo_command()
| def robotide.controller.ctrlcommands.AddVariable._get_undo_command |
( |
|
self | ) |
|
|
private |
◆ _comment
| robotide.controller.ctrlcommands.AddVariable._comment |
|
private |
◆ _name
| robotide.controller.ctrlcommands.AddVariable._name |
|
private |
◆ _undo_command
| robotide.controller.ctrlcommands.AddVariable._undo_command |
|
private |
◆ _value
| robotide.controller.ctrlcommands.AddVariable._value |
|
private |
The documentation for this class was generated from the following file: