MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / join_thread

Function join_thread

tests_python/test_single_notification.py:87–90  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

85
86
87def join_thread(t):
88 __tracebackhide__ = True
89 t.join(2)
90 assert not t.is_alive(), "Thread still alive after timeout.s"
91
92
93class _DummyPyDB(object):

Callers 3

Calls 2

joinMethod · 0.45
is_aliveMethod · 0.45

Tested by

no test coverage detected