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

Public Member Functions

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

Private Member Functions

def _params (self)
 

Private Attributes

 _args
 
 _name
 
 _rows
 

Additional Inherited Members

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

Detailed Description

Definition at line 1006 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.ExtractKeyword.__init__ (   self,
  new_kw_name,
  new_kw_args,
  step_range 
)

Definition at line 1008 of file ctrlcommands.py.

Member Function Documentation

◆ _params()

def robotide.controller.ctrlcommands.ExtractKeyword._params (   self)
private

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 1013 of file ctrlcommands.py.

◆ execute()

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

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 1016 of file ctrlcommands.py.

Member Data Documentation

◆ _args

robotide.controller.ctrlcommands.ExtractKeyword._args
private

Definition at line 1010 of file ctrlcommands.py.

◆ _name

robotide.controller.ctrlcommands.ExtractKeyword._name
private

Definition at line 1009 of file ctrlcommands.py.

◆ _rows

robotide.controller.ctrlcommands.ExtractKeyword._rows
private

Definition at line 1011 of file ctrlcommands.py.


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