Robot Framework
robot.variables.finders.EmptyFinder Class Reference

Public Member Functions

def find (self, name)
 

Static Public Attributes

 empty = NormalizedDict({'${EMPTY}': '', '@{EMPTY}': (), '&{EMPTY}': {}}, ignore='_')
 
string identifiers = '$@&'
 

Detailed Description

Definition at line 89 of file finders.py.

Member Function Documentation

◆ find()

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

Definition at line 93 of file finders.py.

Member Data Documentation

◆ empty

robot.variables.finders.EmptyFinder.empty = NormalizedDict({'${EMPTY}': '', '@{EMPTY}': (), '&{EMPTY}': {}}, ignore='_')
static

Definition at line 91 of file finders.py.

◆ identifiers

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

Definition at line 90 of file finders.py.


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