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

Function new_execve

_pydev_bundle/pydev_monkey.py:756–762  ·  view source on GitHub ↗
(path, args, env)

Source from the content-addressed store, hash-verified

754 """
755
756 def new_execve(path, args, env):
757 if _get_apply_arg_patching():
758 args = patch_args(args, is_exec=True)
759 send_process_created_message()
760 send_process_about_to_be_replaced()
761
762 return getattr(os, original_name)(path, args, env)
763
764 return new_execve
765

Callers

nothing calls this directly

Calls 4

_get_apply_arg_patchingFunction · 0.85
patch_argsFunction · 0.85

Tested by

no test coverage detected