Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands.FindOccurrences Class Reference
Inheritance diagram for robotide.controller.ctrlcommands.FindOccurrences:
robotide.controller.ctrlcommands._Command robotide.controller.ctrlcommands.FindVariableOccurrences robotide.usages.commands.FindUsages robotide.usages.commands.FindVariableUsages

Public Member Functions

def __init__ (self, keyword_name, keyword_info=None)
 
def execute (self, context)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._Command
def __str__ (self)
 

Static Public Attributes

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

Private Member Functions

def _contains_item (self, item)
 
def _create_regexp (self, keyword_name)
 
def _find_keyword_source (self, datafile_controller)
 
def _find_occurrences_in (self, items)
 
def _items_from (self, context)
 
def _items_from_datafile (self, df)
 
def _items_from_datafile_should_be_checked (self, datafile)
 
def _items_from_keyword (self, kw)
 

Static Private Member Functions

def _items_from_test (test)
 
def _yield_for_other_threads ()
 

Private Attributes

 _keyword_info
 
 _keyword_name
 
 _keyword_regexp
 
 _keyword_source
 

Detailed Description

Definition at line 679 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.FindOccurrences.__init__ (   self,
  keyword_name,
  keyword_info = None 
)

Definition at line 682 of file ctrlcommands.py.

Member Function Documentation

◆ _contains_item()

def robotide.controller.ctrlcommands.FindOccurrences._contains_item (   self,
  item 
)
private

Reimplemented in robotide.controller.ctrlcommands.FindVariableOccurrences.

Definition at line 742 of file ctrlcommands.py.

◆ _create_regexp()

def robotide.controller.ctrlcommands.FindOccurrences._create_regexp (   self,
  keyword_name 
)
private

Definition at line 689 of file ctrlcommands.py.

◆ _find_keyword_source()

def robotide.controller.ctrlcommands.FindOccurrences._find_keyword_source (   self,
  datafile_controller 
)
private

Definition at line 734 of file ctrlcommands.py.

◆ _find_occurrences_in()

def robotide.controller.ctrlcommands.FindOccurrences._find_occurrences_in (   self,
  items 
)
private

Definition at line 738 of file ctrlcommands.py.

◆ _items_from()

def robotide.controller.ctrlcommands.FindOccurrences._items_from (   self,
  context 
)
private

Reimplemented in robotide.controller.ctrlcommands.FindVariableOccurrences.

Definition at line 703 of file ctrlcommands.py.

◆ _items_from_datafile()

def robotide.controller.ctrlcommands.FindOccurrences._items_from_datafile (   self,
  df 
)
private

Reimplemented in robotide.controller.ctrlcommands.FindVariableOccurrences.

Definition at line 716 of file ctrlcommands.py.

◆ _items_from_datafile_should_be_checked()

def robotide.controller.ctrlcommands.FindOccurrences._items_from_datafile_should_be_checked (   self,
  datafile 
)
private

Reimplemented in robotide.controller.ctrlcommands.FindVariableOccurrences.

Definition at line 710 of file ctrlcommands.py.

◆ _items_from_keyword()

def robotide.controller.ctrlcommands.FindOccurrences._items_from_keyword (   self,
  kw 
)
private

Reimplemented in robotide.controller.ctrlcommands.FindVariableOccurrences.

Definition at line 726 of file ctrlcommands.py.

◆ _items_from_test()

def robotide.controller.ctrlcommands.FindOccurrences._items_from_test (   test)
staticprivate

Definition at line 731 of file ctrlcommands.py.

◆ _yield_for_other_threads()

def robotide.controller.ctrlcommands.FindOccurrences._yield_for_other_threads ( )
staticprivate

Definition at line 748 of file ctrlcommands.py.

◆ execute()

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

Member Data Documentation

◆ _keyword_info

robotide.controller.ctrlcommands.FindOccurrences._keyword_info
private

Definition at line 686 of file ctrlcommands.py.

◆ _keyword_name

robotide.controller.ctrlcommands.FindOccurrences._keyword_name
private

Definition at line 685 of file ctrlcommands.py.

◆ _keyword_regexp

robotide.controller.ctrlcommands.FindOccurrences._keyword_regexp
private

Definition at line 687 of file ctrlcommands.py.

◆ _keyword_source

robotide.controller.ctrlcommands.FindOccurrences._keyword_source
private

Definition at line 698 of file ctrlcommands.py.

◆ modifying

bool robotide.controller.ctrlcommands.FindOccurrences.modifying = False
static

Definition at line 680 of file ctrlcommands.py.


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