Robot Framework
robot.variables.finders.ExtendedFinder Class Reference

Public Member Functions

def __init__ (self, finder)
 
def find (self, name)
 

Static Public Attributes

string identifiers = '$@&'
 

Private Attributes

 _find_variable
 

Static Private Attributes

 _match_extended
 

Detailed Description

Definition at line 113 of file finders.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.variables.finders.ExtendedFinder.__init__ (   self,
  finder 
)

Definition at line 123 of file finders.py.

Member Function Documentation

◆ find()

def robot.variables.finders.ExtendedFinder.find (   self,
  name 
)

Definition at line 126 of file finders.py.

Member Data Documentation

◆ _find_variable

robot.variables.finders.ExtendedFinder._find_variable
private

Definition at line 124 of file finders.py.

◆ _match_extended

robot.variables.finders.ExtendedFinder._match_extended
staticprivate

Definition at line 118 of file finders.py.

◆ identifiers

string robot.variables.finders.ExtendedFinder.identifiers = '$@&'
static

Definition at line 114 of file finders.py.


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