MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / patched_reload

Function patched_reload

_pydev_bundle/_pydev_sys_patch.py:22–29  ·  view source on GitHub ↗
(orig_reload)

Source from the content-addressed store, hash-verified

20
21
22def patched_reload(orig_reload):
23 def pydev_debugger_reload(module):
24 orig_reload(module)
25 if module.__name__ == "sys":
26 # if sys module was reloaded we should patch it again
27 patch_sys_module()
28
29 return pydev_debugger_reload
30
31
32def patch_reload():

Callers 1

patch_reloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected