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

Method test_sigwaitinfo

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

Source from the content-addressed store, hash-verified

434 @unittest.skipUnless(hasattr(signal, 'sigwaitinfo'),
435 'need signal.sigwaitinfo()')
436 def test_sigwaitinfo(self):
437 def wait_func(signum):
438 signal.sigwaitinfo([signum])
439
440 self.check_sigwait(wait_func)
441
442 @unittest.skipUnless(hasattr(signal, 'sigtimedwait'),
443 'need signal.sigwaitinfo()')

Callers

nothing calls this directly

Calls 1

check_sigwaitMethod · 0.95

Tested by

no test coverage detected