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... | |
|
private |
Definition at line 36 of file notfound.py.
| 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.