Public Member Functions | |
| def | __enter__ (self) |
| def | __init__ (self, max_time) |
| 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 | |
| max_time | |
| start_time | |
Definition at line 636 of file bodyrunner.py.
| def robot.running.bodyrunner.DurationLimit.__init__ | ( | self, | |
| max_time | |||
| ) |
Definition at line 638 of file bodyrunner.py.
| def robot.running.bodyrunner.DurationLimit.__enter__ | ( | self | ) |
Reimplemented from robot.running.bodyrunner.WhileLimit.
Definition at line 642 of file bodyrunner.py.
| def robot.running.bodyrunner.DurationLimit.__str__ | ( | self | ) |
Definition at line 648 of file bodyrunner.py.
| robot.running.bodyrunner.DurationLimit.max_time |
Definition at line 639 of file bodyrunner.py.
| robot.running.bodyrunner.DurationLimit.start_time |
Definition at line 640 of file bodyrunner.py.