Robot Framework
robot.variables.notfound Namespace Reference

Functions

def _decorate_candidates (identifier, candidates, deco_braces=True)
 
def variable_not_found (name, candidates, message=None, deco_braces=True)
 Raise DataError for missing variable name. More...
 

Function Documentation

◆ _decorate_candidates()

def robot.variables.notfound._decorate_candidates (   identifier,
  candidates,
  deco_braces = True 
)
private

Definition at line 36 of file notfound.py.

◆ variable_not_found()

def robot.variables.notfound.variable_not_found (   name,
  candidates,
  message = None,
  deco_braces = True 
)

Raise DataError for missing variable name.

Return recommendations for similar variable names if any are found.

Definition at line 26 of file notfound.py.