Go to the source code of this file.
Namespaces | |
| robotide.utils.variablematcher | |
Functions | |
| def | robotide.utils.variablematcher.contains_scalar_variable (value) |
| def | robotide.utils.variablematcher.find_unique (seq) |
| def | robotide.utils.variablematcher.find_variable_basenames (value) |
| def | robotide.utils.variablematcher.get_variable (value) |
| Returns variables name without equal sign '=' and indexing '[2]' or None. More... | |
| def | robotide.utils.variablematcher.get_variable_basename (value) |
| def | robotide.utils.variablematcher.is_dict_var_access (value) |
| def | robotide.utils.variablematcher.is_dict_variable (value) |
| def | robotide.utils.variablematcher.is_list_variable (value) |
| def | robotide.utils.variablematcher.is_list_variable_subitem (value) |
| def | robotide.utils.variablematcher.is_scalar_variable (value) |
| def | robotide.utils.variablematcher.is_variable (value) |
| def | robotide.utils.variablematcher.value_contains_variable (value, varname) |