MCPcopy Index your code
hub / github.com/python/cpython / subprocess

Method subprocess

Lib/test/_test_eintr.py:81–83  ·  view source on GitHub ↗
(self, *args, **kw)

Source from the content-addressed store, hash-verified

79 faulthandler.cancel_dump_traceback_later()
80
81 def subprocess(self, *args, **kw):
82 cmd_args = (sys.executable, '-c') + args
83 return subprocess.Popen(cmd_args, **kw)
84
85 def check_elapsed_time(self, elapsed):
86 self.assertGreaterEqual(elapsed, self.sleep_time - CLOCK_RES)

Callers 9

new_sleep_processMethod · 0.80
_interrupted_readsMethod · 0.80
test_writeMethod · 0.80
_test_recvMethod · 0.80
_test_sendMethod · 0.80
test_acceptMethod · 0.80
_test_openMethod · 0.80
check_sigwaitMethod · 0.80
_lockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected