Robot Framework Integrated Development Environment (RIDE)
robotide.spec.iteminfo.LocalVariableInfo Class Reference
Inheritance diagram for robotide.spec.iteminfo.LocalVariableInfo:
robotide.spec.iteminfo.VariableInfo robotide.spec.iteminfo.ItemInfo

Public Member Functions

def __init__ (self, name)
 
- Public Member Functions inherited from robotide.spec.iteminfo.VariableInfo
def __eq__ (self, other)
 
def __hash__ (self)
 
def __init__ (self, name, value, source)
 Creates an item info. More...
 
def __lt__ (self, other)
 
def name_matches (self, pattern)
 
- Public Member Functions inherited from robotide.spec.iteminfo.ItemInfo
def __cmp__ (self, other)
 
def is_library_keyword (self)
 
def is_user_keyword (self)
 
def longname_begins_with (self, prefix)
 
def name_begins_with (self, prefix)
 

Static Public Attributes

string SOURCE = 'Local variable'
 

Additional Inherited Members

- Static Public Member Functions inherited from robotide.spec.iteminfo.ItemInfo
def m_cmp (a, b)
 
- Public Attributes inherited from robotide.spec.iteminfo.ItemInfo
 details
 
 name
 
 source
 
- Properties inherited from robotide.spec.iteminfo.VariableInfo
 details = property
 
- Properties inherited from robotide.spec.iteminfo.ItemInfo
 longname = property
 

Detailed Description

Definition at line 153 of file iteminfo.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.spec.iteminfo.LocalVariableInfo.__init__ (   self,
  name 
)

Definition at line 157 of file iteminfo.py.

Member Data Documentation

◆ SOURCE

string robotide.spec.iteminfo.LocalVariableInfo.SOURCE = 'Local variable'
static

Definition at line 155 of file iteminfo.py.


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