Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands.Occurrence Class Reference

Public Member Functions

def __eq__ (self, other)
 
def __init__ (self, item, value)
 
def notify_value_changed (self)
 
def replace_keyword (self, new_name)
 

Public Attributes

 count
 

Properties

 datafile = property
 
 item = property
 
 location = property
 
 parent = property
 
 source = property
 
 usage = property
 

Private Member Functions

def _get_replace_values (self, new_name)
 
def _in_for_loop (self)
 
def _in_kw_name (self)
 
def _in_settings (self)
 
def _in_steps (self)
 
def _in_variable_table (self)
 
def datafile (self)
 
def item (self)
 
def location (self)
 
def parent (self)
 
def source (self)
 
def usage (self)
 

Private Attributes

 _item
 
 _replaced
 
 _value
 

Detailed Description

Definition at line 41 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.Occurrence.__init__ (   self,
  item,
  value 
)

Definition at line 43 of file ctrlcommands.py.

Member Function Documentation

◆ __eq__()

def robotide.controller.ctrlcommands.Occurrence.__eq__ (   self,
  other 
)

Definition at line 49 of file ctrlcommands.py.

◆ _get_replace_values()

def robotide.controller.ctrlcommands.Occurrence._get_replace_values (   self,
  new_name 
)
private

Definition at line 124 of file ctrlcommands.py.

◆ _in_for_loop()

def robotide.controller.ctrlcommands.Occurrence._in_for_loop (   self)
private

Definition at line 114 of file ctrlcommands.py.

◆ _in_kw_name()

def robotide.controller.ctrlcommands.Occurrence._in_kw_name (   self)
private

Definition at line 106 of file ctrlcommands.py.

◆ _in_settings()

def robotide.controller.ctrlcommands.Occurrence._in_settings (   self)
private

Definition at line 99 of file ctrlcommands.py.

◆ _in_steps()

def robotide.controller.ctrlcommands.Occurrence._in_steps (   self)
private

Definition at line 111 of file ctrlcommands.py.

◆ _in_variable_table()

def robotide.controller.ctrlcommands.Occurrence._in_variable_table (   self)
private

Definition at line 102 of file ctrlcommands.py.

◆ datafile()

def robotide.controller.ctrlcommands.Occurrence.datafile (   self)
private

Definition at line 70 of file ctrlcommands.py.

◆ item()

def robotide.controller.ctrlcommands.Occurrence.item (   self)
private

Definition at line 58 of file ctrlcommands.py.

◆ location()

def robotide.controller.ctrlcommands.Occurrence.location (   self)
private

Definition at line 84 of file ctrlcommands.py.

◆ notify_value_changed()

def robotide.controller.ctrlcommands.Occurrence.notify_value_changed (   self)

Definition at line 129 of file ctrlcommands.py.

◆ parent()

def robotide.controller.ctrlcommands.Occurrence.parent (   self)
private

Definition at line 76 of file ctrlcommands.py.

◆ replace_keyword()

def robotide.controller.ctrlcommands.Occurrence.replace_keyword (   self,
  new_name 
)

Definition at line 119 of file ctrlcommands.py.

◆ source()

def robotide.controller.ctrlcommands.Occurrence.source (   self)
private

Definition at line 64 of file ctrlcommands.py.

◆ usage()

def robotide.controller.ctrlcommands.Occurrence.usage (   self)
private

Definition at line 90 of file ctrlcommands.py.

Member Data Documentation

◆ _item

robotide.controller.ctrlcommands.Occurrence._item
private

Definition at line 44 of file ctrlcommands.py.

◆ _replaced

robotide.controller.ctrlcommands.Occurrence._replaced
private

Definition at line 46 of file ctrlcommands.py.

◆ _value

robotide.controller.ctrlcommands.Occurrence._value
private

Definition at line 45 of file ctrlcommands.py.

◆ count

robotide.controller.ctrlcommands.Occurrence.count

Definition at line 47 of file ctrlcommands.py.

Property Documentation

◆ datafile

robotide.controller.ctrlcommands.Occurrence.datafile = property
static

Definition at line 68 of file ctrlcommands.py.

◆ item

robotide.controller.ctrlcommands.Occurrence.item = property
static

Definition at line 56 of file ctrlcommands.py.

◆ location

robotide.controller.ctrlcommands.Occurrence.location = property
static

Definition at line 82 of file ctrlcommands.py.

◆ parent

robotide.controller.ctrlcommands.Occurrence.parent = property
static

Definition at line 74 of file ctrlcommands.py.

◆ source

robotide.controller.ctrlcommands.Occurrence.source = property
static

Definition at line 62 of file ctrlcommands.py.

◆ usage

robotide.controller.ctrlcommands.Occurrence.usage = property
static

Definition at line 88 of file ctrlcommands.py.


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