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

Function new_fork_exec

_pydev_bundle/pydev_monkey.py:833–840  ·  view source on GitHub ↗
(args, *other_args)

Source from the content-addressed store, hash-verified

831 """
832
833 def new_fork_exec(args, *other_args):
834 import _posixsubprocess # @UnresolvedImport
835
836 if _get_apply_arg_patching():
837 args = patch_args(args)
838 send_process_created_message()
839
840 return getattr(_posixsubprocess, original_name)(args, *other_args)
841
842 return new_fork_exec
843

Callers

nothing calls this directly

Calls 3

_get_apply_arg_patchingFunction · 0.85
patch_argsFunction · 0.85

Tested by

no test coverage detected