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

Method test_wait

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

Source from the content-addressed store, hash-verified

104 proc.wait()
105
106 def test_wait(self):
107 self._test_wait_multiple(os.wait)
108
109 @unittest.skipUnless(hasattr(os, 'wait3'), 'requires wait3()')
110 def test_wait3(self):

Callers

nothing calls this directly

Calls 1

_test_wait_multipleMethod · 0.95

Tested by

no test coverage detected