Part of bzrlib.tests.test_server View In Hierarchy
Method | join | Overrides to use a default timeout. |
Inherited from CatchingExceptionThread:
Method | __init__ | Undocumented |
Method | set_sync_event | Set the sync_event event used to synchronize exception catching. |
Method | switch_and_set | Switch to a new sync_event and set the current one. |
Method | set_ignored_exceptions | Declare which exceptions will be ignored. |
Method | run | Overrides Thread.run to capture any exception. |
Method | pending_exception | Raise the caught exception. |