Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands._AddDataFile Class Reference
Inheritance diagram for robotide.controller.ctrlcommands._AddDataFile:
robotide.controller.ctrlcommands._Command robotide.controller.ctrlcommands.AddTestCaseFile robotide.controller.ctrlcommands.AddTestDataDirectory

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
 

Detailed Description

Definition at line 883 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands._AddDataFile.__init__ (   self,
  path 
)

Definition at line 885 of file ctrlcommands.py.

Member Function Documentation

◆ _add_data_file()

def robotide.controller.ctrlcommands._AddDataFile._add_data_file (   self,
  context 
)
private

◆ execute()

def robotide.controller.ctrlcommands._AddDataFile.execute (   self,
  context 
)

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 888 of file ctrlcommands.py.

Member Data Documentation

◆ _path

robotide.controller.ctrlcommands._AddDataFile._path
private

Definition at line 886 of file ctrlcommands.py.


The documentation for this class was generated from the following file: