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

Method wait_impl

Lib/test/fork_wait.py:48–49  ·  view source on GitHub ↗
(self, cpid, *, exitcode)

Source from the content-addressed store, hash-verified

46 pass
47
48 def wait_impl(self, cpid, *, exitcode):
49 support.wait_process(cpid, exitcode=exitcode)
50
51 def test_wait(self):
52 for i in range(NUM_THREADS):

Callers 3

test_waitMethod · 0.95
fork_with_import_lockMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_waitMethod · 0.76
fork_with_import_lockMethod · 0.36