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

Method test_wait4

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

Source from the content-addressed store, hash-verified

121
122 @unittest.skipUnless(hasattr(os, 'wait4'), 'requires wait4()')
123 def test_wait4(self):
124 self._test_wait_single(lambda pid: os.wait4(pid, 0))
125
126 def _interrupted_reads(self):
127 """Make a fd which will force block on read of expected bytes."""

Callers

nothing calls this directly

Calls 1

_test_wait_singleMethod · 0.95

Tested by

no test coverage detected