Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ dummy_thread_method
Function
dummy_thread_method
tests_python/test_utilities.py:257–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
255
time.sleep(0.01)
256
257
def
dummy_thread_method():
258
threads.append(threading.current_thread())
259
method()
260
261
threads = []
262
threads.append(threading.Thread(target=method))
Callers
nothing calls this directly
Calls
2
method
Function · 0.70
append
Method · 0.45
Tested by
no test coverage detected