Public Member Functions | |
| def | __enter__ (self) |
| def | __init__ (self, max_iterations) |
| def | __str__ (self) |
Public Member Functions inherited from robot.running.bodyrunner.WhileLimit | |
| def | __exit__ (self, exc_type, exc_val, exc_tb) |
| def | create (cls, limit, variables) |
| def | limit_exceeded (self) |
Public Attributes | |
| current_iterations | |
| max_iterations | |
Definition at line 652 of file bodyrunner.py.
| def robot.running.bodyrunner.IterationCountLimit.__init__ | ( | self, | |
| max_iterations | |||
| ) |
Definition at line 654 of file bodyrunner.py.
| def robot.running.bodyrunner.IterationCountLimit.__enter__ | ( | self | ) |
Reimplemented from robot.running.bodyrunner.WhileLimit.
Definition at line 658 of file bodyrunner.py.
| def robot.running.bodyrunner.IterationCountLimit.__str__ | ( | self | ) |
Definition at line 663 of file bodyrunner.py.
| robot.running.bodyrunner.IterationCountLimit.current_iterations |
Definition at line 656 of file bodyrunner.py.
| robot.running.bodyrunner.IterationCountLimit.max_iterations |
Definition at line 655 of file bodyrunner.py.