()
| 113 | """ |
| 114 | |
| 115 | def wait_for_timeout(): |
| 116 | time.sleep(timeout) |
| 117 | wait_for_timeout.timed_out = True |
| 118 | self.notify_changed() |
| 119 | |
| 120 | wait_for_timeout.timed_out = False |
| 121 | if timeout is not None: |
nothing calls this directly
no test coverage detected