Public Member Functions | |
| def | __init__ (self, path) |
| def | execute (self, context) |
Public Member Functions inherited from robotide.controller.ctrlcommands._Command | |
| def | __str__ (self) |
Private Member Functions | |
| def | _add_data_file (self, context) |
Private Attributes | |
| _path | |
Additional Inherited Members | |
Static Public Attributes inherited from robotide.controller.ctrlcommands._Command | |
| bool | modifying = True |
Definition at line 883 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands._AddDataFile.__init__ | ( | self, | |
| path | |||
| ) |
Definition at line 885 of file ctrlcommands.py.
|
private |
Reimplemented in robotide.controller.ctrlcommands.AddTestDataDirectory, and robotide.controller.ctrlcommands.AddTestCaseFile.
Definition at line 893 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands._AddDataFile.execute | ( | self, | |
| context | |||
| ) |
Reimplemented from robotide.controller.ctrlcommands._Command.
Definition at line 888 of file ctrlcommands.py.
|
private |
Definition at line 886 of file ctrlcommands.py.