Classes | |
| class | VariableIterator |
| class | VariableMatch |
Functions | |
| def | _find_variable_start (string, identifiers) |
| def | _not_escaped (string, index) |
| def | _search_variable (string, identifiers, ignore_errors=False) |
| def | contains_variable (string, identifiers='$@&') |
| def | is_assign (string, identifiers='$@&', allow_assign_mark=False) |
| def | is_dict_assign (string, allow_assign_mark=False) |
| def | is_dict_variable (string) |
| def | is_list_assign (string, allow_assign_mark=False) |
| def | is_list_variable (string) |
| def | is_scalar_assign (string, allow_assign_mark=False) |
| def | is_scalar_variable (string) |
| def | is_variable (string, identifiers='$@&') |
| def | search_variable (string, identifiers='$@&% *', ignore_errors=False) |
| def | unescape_variable_syntax (item) |
|
private |
|
private |
|
private |
| def robot.variables.search.contains_variable | ( | string, | |
identifiers = '$@&' |
|||
| ) |
| def robot.variables.search.is_assign | ( | string, | |
identifiers = '$@&', |
|||
allow_assign_mark = False |
|||
| ) |
| def robot.variables.search.is_dict_assign | ( | string, | |
allow_assign_mark = False |
|||
| ) |
| def robot.variables.search.is_list_assign | ( | string, | |
allow_assign_mark = False |
|||
| ) |
| def robot.variables.search.is_scalar_assign | ( | string, | |
allow_assign_mark = False |
|||
| ) |
| def robot.variables.search.is_variable | ( | string, | |
identifiers = '$@&' |
|||
| ) |
| def robot.variables.search.search_variable | ( | string, | |
identifiers = '$@&%*', |
|||
ignore_errors = False |
|||
| ) |