Public Member Functions | |
| def | __enter__ (self) |
| def | __exit__ (self, exc_type, exc_val, exc_tb) |
| def | create (cls, limit, variables) |
| def | limit_exceeded (self) |
Definition at line 599 of file bodyrunner.py.
| def robot.running.bodyrunner.WhileLimit.__enter__ | ( | self | ) |
Reimplemented in robot.running.bodyrunner.NoLimit, robot.running.bodyrunner.IterationCountLimit, and robot.running.bodyrunner.DurationLimit.
Definition at line 629 of file bodyrunner.py.
| def robot.running.bodyrunner.WhileLimit.__exit__ | ( | self, | |
| exc_type, | |||
| exc_val, | |||
| exc_tb | |||
| ) |
Definition at line 632 of file bodyrunner.py.
| def robot.running.bodyrunner.WhileLimit.create | ( | cls, | |
| limit, | |||
| variables | |||
| ) |
Definition at line 602 of file bodyrunner.py.
| def robot.running.bodyrunner.WhileLimit.limit_exceeded | ( | self | ) |
Definition at line 624 of file bodyrunner.py.