Functions | |
| def | contains_scalar_variable (value) |
| def | find_unique (seq) |
| def | find_variable_basenames (value) |
| def | get_variable (value) |
| Returns variables name without equal sign '=' and indexing '[2]' or None. More... | |
| def | get_variable_basename (value) |
| def | is_dict_var_access (value) |
| def | is_dict_variable (value) |
| def | is_list_variable (value) |
| def | is_list_variable_subitem (value) |
| def | is_scalar_variable (value) |
| def | is_variable (value) |
| def | value_contains_variable (value, varname) |
Variables | |
| _DICT_VARIABLE_MATCHER | |
| _DICT_VARIABLE_SUBITEM_END_MATCHER | |
| _LIST_VARIABLE_MATCHER | |
| _LIST_VARIABLE_SUBITEM_END_MATCHER | |
| _SCALAR_VARIABLE_LINE_MATCHER | |
| _SCALAR_VARIABLE_MATCHER | |
| string | _VAR_BODY |
| def robotide.utils.variablematcher.contains_scalar_variable | ( | value | ) |
Definition at line 101 of file variablematcher.py.
| def robotide.utils.variablematcher.find_unique | ( | seq | ) |
Definition at line 109 of file variablematcher.py.
| def robotide.utils.variablematcher.find_variable_basenames | ( | value | ) |
Definition at line 96 of file variablematcher.py.
| def robotide.utils.variablematcher.get_variable | ( | value | ) |
Returns variables name without equal sign '=' and indexing '[2]' or None.
Definition at line 81 of file variablematcher.py.
| def robotide.utils.variablematcher.get_variable_basename | ( | value | ) |
Definition at line 86 of file variablematcher.py.
| def robotide.utils.variablematcher.is_dict_var_access | ( | value | ) |
Definition at line 73 of file variablematcher.py.
| def robotide.utils.variablematcher.is_dict_variable | ( | value | ) |
Definition at line 64 of file variablematcher.py.
| def robotide.utils.variablematcher.is_list_variable | ( | value | ) |
Definition at line 60 of file variablematcher.py.
| def robotide.utils.variablematcher.is_list_variable_subitem | ( | value | ) |
Definition at line 68 of file variablematcher.py.
| def robotide.utils.variablematcher.is_scalar_variable | ( | value | ) |
Definition at line 56 of file variablematcher.py.
| def robotide.utils.variablematcher.is_variable | ( | value | ) |
Definition at line 51 of file variablematcher.py.
| def robotide.utils.variablematcher.value_contains_variable | ( | value, | |
| varname | |||
| ) |
Definition at line 105 of file variablematcher.py.
|
private |
Definition at line 39 of file variablematcher.py.
|
private |
Definition at line 48 of file variablematcher.py.
|
private |
Definition at line 35 of file variablematcher.py.
|
private |
Definition at line 44 of file variablematcher.py.
|
private |
Definition at line 31 of file variablematcher.py.
|
private |
Definition at line 27 of file variablematcher.py.
|
private |
Definition at line 23 of file variablematcher.py.