Robot Framework
robot.variables.finders.StoredFinder Class Reference

Public Member Functions

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

Static Public Attributes

string identifiers = '$@&'
 

Private Attributes

 _store
 

Detailed Description

Definition at line 60 of file finders.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.variables.finders.StoredFinder.__init__ (   self,
  store 
)

Definition at line 63 of file finders.py.

Member Function Documentation

◆ find()

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

Definition at line 66 of file finders.py.

Member Data Documentation

◆ _store

robot.variables.finders.StoredFinder._store
private

Definition at line 64 of file finders.py.

◆ identifiers

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

Definition at line 61 of file finders.py.


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