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

Function new_warn_fork_exec

_pydev_bundle/pydev_monkey.py:850–857  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

848 """
849
850 def new_warn_fork_exec(*args):
851 try:
852 import _posixsubprocess
853
854 warn_multiproc()
855 return getattr(_posixsubprocess, original_name)(*args)
856 except:
857 pass
858
859 return new_warn_fork_exec
860

Callers

nothing calls this directly

Calls 1

warn_multiprocFunction · 0.85

Tested by

no test coverage detected