Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
def
join_thread(t):
88
__tracebackhide__ = True
89
t.join(2)
90
assert not t.is_alive(),
"Thread still alive after timeout.s"
91
92
93
class
_DummyPyDB(object):
Callers
3
test_single_notification_2
Function · 0.85
test_single_notification_3
Function · 0.85
test_single_notification_4
Function · 0.85
Calls
2
join
Method · 0.45
is_alive
Method · 0.45
Tested by
no test coverage detected