Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ patch_thread_modules
Function
patch_thread_modules
_pydev_bundle/pydev_monkey.py:1243–1245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1241
1242
1243
def
patch_thread_modules():
1244
for
t in threading_modules_to_patch:
1245
patch_thread_module(t)
1246
1247
1248
def
undo_patch_thread_modules():
Callers
1
patch_threads
Method · 0.90
Calls
1
patch_thread_module
Function · 0.85
Tested by
no test coverage detected