Robot Framework
robot.variables.finders.InlinePythonFinder Class Reference

Public Member Functions

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

Static Public Attributes

string identifiers = '$@&'
 

Private Attributes

 _variables
 

Detailed Description

Definition at line 97 of file finders.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.variables.finders.InlinePythonFinder.__init__ (   self,
  variables 
)

Definition at line 100 of file finders.py.

Member Function Documentation

◆ find()

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

Definition at line 103 of file finders.py.

Member Data Documentation

◆ _variables

robot.variables.finders.InlinePythonFinder._variables
private

Definition at line 101 of file finders.py.

◆ identifiers

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

Definition at line 98 of file finders.py.


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