Robot Framework
robot.variables.search.VariableIterator Class Reference

Public Member Functions

def __bool__ (self)
 
def __init__ (self, string, identifiers='$@&%', ignore_errors=False)
 
def __iter__ (self)
 
def __len__ (self)
 

Public Attributes

 identifiers
 
 ignore_errors
 
 string
 

Detailed Description

Definition at line 243 of file search.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.variables.search.VariableIterator.__init__ (   self,
  string,
  identifiers = '$@&%',
  ignore_errors = False 
)

Definition at line 245 of file search.py.

Member Function Documentation

◆ __bool__()

def robot.variables.search.VariableIterator.__bool__ (   self)

Definition at line 262 of file search.py.

◆ __iter__()

def robot.variables.search.VariableIterator.__iter__ (   self)

Definition at line 250 of file search.py.

◆ __len__()

def robot.variables.search.VariableIterator.__len__ (   self)

Definition at line 259 of file search.py.

Member Data Documentation

◆ identifiers

robot.variables.search.VariableIterator.identifiers

Definition at line 247 of file search.py.

◆ ignore_errors

robot.variables.search.VariableIterator.ignore_errors

Definition at line 248 of file search.py.

◆ string

robot.variables.search.VariableIterator.string

Definition at line 246 of file search.py.


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