|
| def | __init__ (self, context, run=True, templated=False) |
| |
| def | run (self, data) |
| |
|
| def | _get_values_for_rounds (self, data) |
| |
| def | _is_dict_iteration (self, values) |
| |
| def | _map_dict_values_to_rounds (self, values, per_round) |
| |
| def | _map_values_to_rounds (self, values, per_round) |
| |
| def | _map_variables_and_values (self, variables, values) |
| |
| def | _raise_wrong_variable_count (self, variables, values) |
| |
| def | _resolve_dict_values (self, values) |
| |
| def | _resolve_values (self, values) |
| |
| def | _run_loop (self, data, result, values_for_rounds) |
| |
| def | _run_one_round (self, data, result, values=None, run=True) |
| |
Definition at line 87 of file bodyrunner.py.
◆ __init__()
| def robot.running.bodyrunner.ForInRunner.__init__ |
( |
|
self, |
|
|
|
context, |
|
|
|
run = True, |
|
|
|
templated = False |
|
) |
| |
◆ _get_values_for_rounds()
| def robot.running.bodyrunner.ForInRunner._get_values_for_rounds |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ _is_dict_iteration()
| def robot.running.bodyrunner.ForInRunner._is_dict_iteration |
( |
|
self, |
|
|
|
values |
|
) |
| |
|
private |
◆ _map_dict_values_to_rounds()
| def robot.running.bodyrunner.ForInRunner._map_dict_values_to_rounds |
( |
|
self, |
|
|
|
values, |
|
|
|
per_round |
|
) |
| |
|
private |
◆ _map_values_to_rounds()
| def robot.running.bodyrunner.ForInRunner._map_values_to_rounds |
( |
|
self, |
|
|
|
values, |
|
|
|
per_round |
|
) |
| |
|
private |
◆ _map_variables_and_values()
| def robot.running.bodyrunner.ForInRunner._map_variables_and_values |
( |
|
self, |
|
|
|
variables, |
|
|
|
values |
|
) |
| |
|
private |
◆ _raise_wrong_variable_count()
| def robot.running.bodyrunner.ForInRunner._raise_wrong_variable_count |
( |
|
self, |
|
|
|
variables, |
|
|
|
values |
|
) |
| |
|
private |
◆ _resolve_dict_values()
| def robot.running.bodyrunner.ForInRunner._resolve_dict_values |
( |
|
self, |
|
|
|
values |
|
) |
| |
|
private |
◆ _resolve_values()
| def robot.running.bodyrunner.ForInRunner._resolve_values |
( |
|
self, |
|
|
|
values |
|
) |
| |
|
private |
◆ _run_loop()
| def robot.running.bodyrunner.ForInRunner._run_loop |
( |
|
self, |
|
|
|
data, |
|
|
|
result, |
|
|
|
values_for_rounds |
|
) |
| |
|
private |
◆ _run_one_round()
| def robot.running.bodyrunner.ForInRunner._run_one_round |
( |
|
self, |
|
|
|
data, |
|
|
|
result, |
|
|
|
values = None, |
|
|
|
run = True |
|
) |
| |
|
private |
◆ run()
| def robot.running.bodyrunner.ForInRunner.run |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ _context
| robot.running.bodyrunner.ForInRunner._context |
|
private |
◆ _run
| robot.running.bodyrunner.ForInRunner._run |
|
private |
◆ _templated
| robot.running.bodyrunner.ForInRunner._templated |
|
private |
◆ flavor
| string robot.running.bodyrunner.ForInRunner.flavor = 'IN' |
|
static |
The documentation for this class was generated from the following file: