|
| def | __init__ (self, context, run=True, templated=False) |
| |
| def | run (self, data) |
| |
|
| def | _run_branch (self, branch, result, run=True, error=None) |
| |
| def | _run_else (self, data, run) |
| |
| def | _run_excepts (self, data, error, run) |
| |
| def | _run_finally (self, data, run) |
| |
| def | _run_invalid (self, data) |
| |
| def | _run_try (self, data, run) |
| |
| def | _should_run_except (self, branch, error) |
| |
| def | _should_run_excepts_or_else (self, error, run) |
| |
Definition at line 479 of file bodyrunner.py.
◆ __init__()
| def robot.running.bodyrunner.TryRunner.__init__ |
( |
|
self, |
|
|
|
context, |
|
|
|
run = True, |
|
|
|
templated = False |
|
) |
| |
◆ _run_branch()
| def robot.running.bodyrunner.TryRunner._run_branch |
( |
|
self, |
|
|
|
branch, |
|
|
|
result, |
|
|
|
run = True, |
|
|
|
error = None |
|
) |
| |
|
private |
◆ _run_else()
| def robot.running.bodyrunner.TryRunner._run_else |
( |
|
self, |
|
|
|
data, |
|
|
|
run |
|
) |
| |
|
private |
◆ _run_excepts()
| def robot.running.bodyrunner.TryRunner._run_excepts |
( |
|
self, |
|
|
|
data, |
|
|
|
error, |
|
|
|
run |
|
) |
| |
|
private |
◆ _run_finally()
| def robot.running.bodyrunner.TryRunner._run_finally |
( |
|
self, |
|
|
|
data, |
|
|
|
run |
|
) |
| |
|
private |
◆ _run_invalid()
| def robot.running.bodyrunner.TryRunner._run_invalid |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ _run_try()
| def robot.running.bodyrunner.TryRunner._run_try |
( |
|
self, |
|
|
|
data, |
|
|
|
run |
|
) |
| |
|
private |
◆ _should_run_except()
| def robot.running.bodyrunner.TryRunner._should_run_except |
( |
|
self, |
|
|
|
branch, |
|
|
|
error |
|
) |
| |
|
private |
◆ _should_run_excepts_or_else()
| def robot.running.bodyrunner.TryRunner._should_run_excepts_or_else |
( |
|
self, |
|
|
|
error, |
|
|
|
run |
|
) |
| |
|
private |
◆ run()
| def robot.running.bodyrunner.TryRunner.run |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ _context
| robot.running.bodyrunner.TryRunner._context |
|
private |
◆ _run
| robot.running.bodyrunner.TryRunner._run |
|
private |
◆ _templated
| robot.running.bodyrunner.TryRunner._templated |
|
private |
The documentation for this class was generated from the following file: