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

Method test_waitpid

Lib/test/_test_eintr.py:119–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 proc.wait()
118
119 def test_waitpid(self):
120 self._test_wait_single(lambda pid: os.waitpid(pid, 0))
121
122 @unittest.skipUnless(hasattr(os, 'wait4'), 'requires wait4()')
123 def test_wait4(self):

Callers

nothing calls this directly

Calls 1

_test_wait_singleMethod · 0.95

Tested by

no test coverage detected