|
| def | __init__ (self, timeout=None, variables=None, rpa=False) |
| |
| def | any_timeout_occurred (self) |
| |
| def | set_keyword_timeout (self, timeout_occurred) |
| |
| def | __bool__ (self) |
| |
| def | __eq__ (self, other) |
| |
| def | __hash__ (self) |
| |
| def | __init__ (self, timeout=None, variables=None) |
| |
| def | __str__ (self) |
| |
| def | get_message (self) |
| |
| def | replace_variables (self, variables) |
| |
| def | run (self, runnable, args=None, kwargs=None) |
| |
| def | start (self) |
| |
| def | time_left (self) |
| |
| def | timed_out (self) |
| |
Definition at line 115 of file __init__.py.
◆ __init__()
| def robot.running.timeouts.TestTimeout.__init__ |
( |
|
self, |
|
|
|
timeout = None, |
|
|
|
variables = None, |
|
|
|
rpa = False |
|
) |
| |
◆ any_timeout_occurred()
| def robot.running.timeouts.TestTimeout.any_timeout_occurred |
( |
|
self | ) |
|
◆ set_keyword_timeout()
| def robot.running.timeouts.TestTimeout.set_keyword_timeout |
( |
|
self, |
|
|
|
timeout_occurred |
|
) |
| |
◆ _keyword_timeout_occurred [1/2]
| robot.running.timeouts.TestTimeout._keyword_timeout_occurred |
|
staticprivate |
◆ _keyword_timeout_occurred [2/2]
| robot.running.timeouts.TestTimeout._keyword_timeout_occurred |
|
private |
◆ type [1/2]
| string robot.running.timeouts.TestTimeout.type = 'Test' |
|
static |
◆ type [2/2]
| robot.running.timeouts.TestTimeout.type |
The documentation for this class was generated from the following file: