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

Function new_warn_multiproc

_pydev_bundle/pydev_monkey.py:706–711  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

704
705def create_warn_multiproc(original_name):
706 def new_warn_multiproc(*args, **kwargs):
707 import os
708
709 warn_multiproc()
710
711 return getattr(os, original_name)(*args, **kwargs)
712
713 return new_warn_multiproc
714

Callers

nothing calls this directly

Calls 1

warn_multiprocFunction · 0.85

Tested by

no test coverage detected