|
| def | __init__ (self, context, run=True, templated=False) |
| |
| def | run (self, data) |
| |
Definition at line 400 of file bodyrunner.py.
◆ __init__()
| def robot.running.bodyrunner.IfRunner.__init__ |
( |
|
self, |
|
|
|
context, |
|
|
|
run = True, |
|
|
|
templated = False |
|
) |
| |
◆ _dry_run_recursion_detection()
| def robot.running.bodyrunner.IfRunner._dry_run_recursion_detection |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ _run_if_branch()
| def robot.running.bodyrunner.IfRunner._run_if_branch |
( |
|
self, |
|
|
|
branch, |
|
|
|
recursive_dry_run = False, |
|
|
|
syntax_error = None |
|
) |
| |
|
private |
◆ _should_run_branch()
| def robot.running.bodyrunner.IfRunner._should_run_branch |
( |
|
self, |
|
|
|
branch, |
|
|
|
context, |
|
|
|
recursive_dry_run = False |
|
) |
| |
|
private |
◆ run()
| def robot.running.bodyrunner.IfRunner.run |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ _context
| robot.running.bodyrunner.IfRunner._context |
|
private |
◆ _dry_run_stack
| robot.running.bodyrunner.IfRunner._dry_run_stack |
|
staticprivate |
◆ _run
| robot.running.bodyrunner.IfRunner._run |
|
private |
◆ _templated
| robot.running.bodyrunner.IfRunner._templated |
|
private |
The documentation for this class was generated from the following file: