Go to the source code of this file.
Namespaces | |
| robotide.lib.robot.parsing.model | |
Functions | |
| def | robotide.lib.robot.parsing.model.TestData (parent=None, source=None, include_suites=None, warn_on_skipped='DEPRECATED', extensions=None, settings=None) |
| Parses a file or directory to a corresponding model object. More... | |
Variables | |
| robotide.lib.robot.parsing.model.re_set_var = re.compile(r"(?i)^set[ ](\S.*)+variable$") | |