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

Function new_posix_spawn

_pydev_bundle/pydev_monkey.py:818–823  ·  view source on GitHub ↗
(executable, args, env, **kwargs)

Source from the content-addressed store, hash-verified

816 """
817
818 def new_posix_spawn(executable, args, env, **kwargs):
819 if _get_apply_arg_patching():
820 args = patch_args(args)
821 send_process_created_message()
822
823 return getattr(os, original_name)(executable, args, env, **kwargs)
824
825 return new_posix_spawn
826

Callers

nothing calls this directly

Calls 3

_get_apply_arg_patchingFunction · 0.85
patch_argsFunction · 0.85

Tested by

no test coverage detected