|
| def | __bool__ (self) |
| |
| def | __init__ (self, string, identifier=None, base=None, items=(), start=-1, end=-1) |
| |
| def | __str__ (self) |
| |
| def | is_assign (self, allow_assign_mark=False) |
| |
| def | is_dict_assign (self, allow_assign_mark=False) |
| |
| def | is_dict_variable (self) |
| |
| def | is_list_assign (self, allow_assign_mark=False) |
| |
| def | is_list_variable (self) |
| |
| def | is_scalar_assign (self, allow_assign_mark=False) |
| |
| def | is_scalar_variable (self) |
| |
| def | is_variable (self) |
| |
| def | resolve_base (self, variables, ignore_errors=False) |
| |
Definition at line 67 of file search.py.
◆ __init__()
| def robot.variables.search.VariableMatch.__init__ |
( |
|
self, |
|
|
|
string, |
|
|
|
identifier = None, |
|
|
|
base = None, |
|
|
|
items = (), |
|
|
|
start = -1, |
|
|
|
end = -1 |
|
) |
| |
◆ __bool__()
| def robot.variables.search.VariableMatch.__bool__ |
( |
|
self | ) |
|
◆ __str__()
| def robot.variables.search.VariableMatch.__str__ |
( |
|
self | ) |
|
◆ after()
| def robot.variables.search.VariableMatch.after |
( |
|
self | ) |
|
|
private |
◆ before()
| def robot.variables.search.VariableMatch.before |
( |
|
self | ) |
|
|
private |
◆ is_assign()
| def robot.variables.search.VariableMatch.is_assign |
( |
|
self, |
|
|
|
allow_assign_mark = False |
|
) |
| |
◆ is_dict_assign()
| def robot.variables.search.VariableMatch.is_dict_assign |
( |
|
self, |
|
|
|
allow_assign_mark = False |
|
) |
| |
◆ is_dict_variable()
| def robot.variables.search.VariableMatch.is_dict_variable |
( |
|
self | ) |
|
◆ is_list_assign()
| def robot.variables.search.VariableMatch.is_list_assign |
( |
|
self, |
|
|
|
allow_assign_mark = False |
|
) |
| |
◆ is_list_variable()
| def robot.variables.search.VariableMatch.is_list_variable |
( |
|
self | ) |
|
◆ is_scalar_assign()
| def robot.variables.search.VariableMatch.is_scalar_assign |
( |
|
self, |
|
|
|
allow_assign_mark = False |
|
) |
| |
◆ is_scalar_variable()
| def robot.variables.search.VariableMatch.is_scalar_variable |
( |
|
self | ) |
|
◆ is_variable()
| def robot.variables.search.VariableMatch.is_variable |
( |
|
self | ) |
|
◆ match()
| def robot.variables.search.VariableMatch.match |
( |
|
self | ) |
|
|
private |
◆ name()
| def robot.variables.search.VariableMatch.name |
( |
|
self | ) |
|
|
private |
◆ resolve_base()
| def robot.variables.search.VariableMatch.resolve_base |
( |
|
self, |
|
|
|
variables, |
|
|
|
ignore_errors = False |
|
) |
| |
◆ base
| robot.variables.search.VariableMatch.base |
◆ end
| robot.variables.search.VariableMatch.end |
◆ identifier
| robot.variables.search.VariableMatch.identifier |
◆ items
| robot.variables.search.VariableMatch.items |
◆ start
| robot.variables.search.VariableMatch.start |
◆ string
| robot.variables.search.VariableMatch.string |
◆ after
| robot.variables.search.VariableMatch.after = property |
|
static |
◆ before
| robot.variables.search.VariableMatch.before = property |
|
static |
◆ match
| robot.variables.search.VariableMatch.match = property |
|
static |
◆ name
| robot.variables.search.VariableMatch.name = property |
|
static |
The documentation for this class was generated from the following file: