Public Member Functions | |
| def | __init__ (self) |
| def | allow_going_through_resources_again (self) |
| Resets the parsed resources cache. More... | |
| def | replace_variables (self, text) |
| def | set_variables_from_datafile_variable_table (self, datafile) |
Public Attributes | |
| parsed | |
| vars | |
Definition at line 246 of file namespace.py.
| def robotide.namespace.namespace.RetrieverContext.__init__ | ( | self | ) |
Definition at line 247 of file namespace.py.
| def robotide.namespace.namespace.RetrieverContext.allow_going_through_resources_again | ( | self | ) |
Resets the parsed resources cache.
Normally all resources that have been handled are added to 'parsed' and
then not handled again, to prevent looping forever. If this same
context is used for going through the resources again, this method
should be called first.
Definition at line 264 of file namespace.py.
| def robotide.namespace.namespace.RetrieverContext.replace_variables | ( | self, | |
| text | |||
| ) |
Definition at line 254 of file namespace.py.
| def robotide.namespace.namespace.RetrieverContext.set_variables_from_datafile_variable_table | ( | self, | |
| datafile | |||
| ) |
Definition at line 251 of file namespace.py.
| robotide.namespace.namespace.RetrieverContext.parsed |
Definition at line 249 of file namespace.py.
| robotide.namespace.namespace.RetrieverContext.vars |
Definition at line 248 of file namespace.py.