Public Member Functions | |
| def | __init__ (self, datafile) |
| def | execute (self, context) |
Public Member Functions inherited from robotide.controller.ctrlcommands._Command | |
| def | __str__ (self) |
Private Attributes | |
| _datafile | |
Additional Inherited Members | |
Static Public Attributes inherited from robotide.controller.ctrlcommands._Command | |
| bool | modifying = True |
Definition at line 269 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.SetDataFile.__init__ | ( | self, | |
| datafile | |||
| ) |
Definition at line 271 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.SetDataFile.execute | ( | self, | |
| context | |||
| ) |
Reimplemented from robotide.controller.ctrlcommands._Command.
Definition at line 274 of file ctrlcommands.py.
|
private |
Definition at line 272 of file ctrlcommands.py.