Functions | |
| def | _decorate_candidates (identifier, candidates, deco_braces=True) |
| def | variable_not_found (name, candidates, msg=None, deco_braces=True) |
| Raise DataError for missing variable name. More... | |
|
private |
Definition at line 39 of file notfound.py.
| def robotide.lib.robot.variables.notfound.variable_not_found | ( | name, | |
| candidates, | |||
msg = None, |
|||
deco_braces = True |
|||
| ) |
Raise DataError for missing variable name.
Return recommendations for similar variable names if any are found.
Definition at line 27 of file notfound.py.