MCPcopy 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
1243def patch_thread_modules():
1244 for t in threading_modules_to_patch:
1245 patch_thread_module(t)
1246
1247
1248def undo_patch_thread_modules():

Callers 1

patch_threadsMethod · 0.90

Calls 1

patch_thread_moduleFunction · 0.85

Tested by

no test coverage detected