Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ monkey_patch_os
Function
monkey_patch_os
_pydev_bundle/pydev_monkey.py:693–694 ·
view source on GitHub ↗
(funcname, create_func)
Source
from the content-addressed store, hash-verified
691
692
693
def
monkey_patch_os(funcname, create_func):
694
monkey_patch_module(os, funcname, create_func)
695
696
697
def
warn_multiproc():
Callers
2
patch_new_process_functions
Function · 0.85
patch_new_process_functions_with_warning
Function · 0.85
Calls
1
monkey_patch_module
Function · 0.85
Tested by
no test coverage detected