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

Method test_wait3

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

Source from the content-addressed store, hash-verified

108
109 @unittest.skipUnless(hasattr(os, 'wait3'), 'requires wait3()')
110 def test_wait3(self):
111 self._test_wait_multiple(lambda: os.wait3(0))
112
113 def _test_wait_single(self, wait_func):
114 proc = self.new_sleep_process()

Callers

nothing calls this directly

Calls 1

_test_wait_multipleMethod · 0.95

Tested by

no test coverage detected