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

Function new_spawnve

_pydev_bundle/pydev_monkey.py:803–808  ·  view source on GitHub ↗
(mode, path, args, env)

Source from the content-addressed store, hash-verified

801 """
802
803 def new_spawnve(mode, path, args, env):
804 if _get_apply_arg_patching():
805 args = patch_args(args)
806 send_process_created_message()
807
808 return getattr(os, original_name)(mode, path, args, env)
809
810 return new_spawnve
811

Callers

nothing calls this directly

Calls 3

_get_apply_arg_patchingFunction · 0.85
patch_argsFunction · 0.85

Tested by

no test coverage detected