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

Public Member Functions

def __init__ (self, values, comment)
 
def execute (self, context)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._Command
def __str__ (self)
 

Private Attributes

 _comment
 
 _values
 

Additional Inherited Members

- Static Public Attributes inherited from robotide.controller.ctrlcommands._Command
bool modifying = True
 

Detailed Description

Definition at line 626 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.AddVariablesFileImport.__init__ (   self,
  values,
  comment 
)

Definition at line 628 of file ctrlcommands.py.

Member Function Documentation

◆ execute()

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

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 632 of file ctrlcommands.py.

Member Data Documentation

◆ _comment

robotide.controller.ctrlcommands.AddVariablesFileImport._comment
private

Definition at line 630 of file ctrlcommands.py.

◆ _values

robotide.controller.ctrlcommands.AddVariablesFileImport._values
private

Definition at line 629 of file ctrlcommands.py.


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