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

Function _get_apply_arg_patching

_pydev_bundle/pydev_monkey.py:42–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def _get_apply_arg_patching():
43 return getattr(_arg_patch, "apply_arg_patching", True)
44
45
46def _get_setup_updated_with_protocol_and_ppid(setup, is_exec=False):

Callers 10

new_execlFunction · 0.85
new_execvFunction · 0.85
new_execveFunction · 0.85
new_spawnlFunction · 0.85
new_spawnvFunction · 0.85
new_spawnveFunction · 0.85
new_posix_spawnFunction · 0.85
new_fork_execFunction · 0.85
new_CreateProcessFunction · 0.85
new_forkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected