|
| def | __init__ (self, context, run=True, templated=False) |
| |
| def | run (self, data) |
| |
Definition at line 334 of file bodyrunner.py.
◆ __init__()
| def robot.running.bodyrunner.WhileRunner.__init__ |
( |
|
self, |
|
|
|
context, |
|
|
|
run = True, |
|
|
|
templated = False |
|
) |
| |
◆ _run_iteration()
| def robot.running.bodyrunner.WhileRunner._run_iteration |
( |
|
self, |
|
|
|
data, |
|
|
|
result, |
|
|
|
run = True |
|
) |
| |
|
private |
◆ _should_run()
| def robot.running.bodyrunner.WhileRunner._should_run |
( |
|
self, |
|
|
|
condition, |
|
|
|
variables |
|
) |
| |
|
private |
◆ run()
| def robot.running.bodyrunner.WhileRunner.run |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ _context
| robot.running.bodyrunner.WhileRunner._context |
|
private |
◆ _run
| robot.running.bodyrunner.WhileRunner._run |
|
private |
◆ _templated
| robot.running.bodyrunner.WhileRunner._templated |
|
private |
The documentation for this class was generated from the following file: