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

Method test_sigtimedwait

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

Source from the content-addressed store, hash-verified

442 @unittest.skipUnless(hasattr(signal, 'sigtimedwait'),
443 'need signal.sigwaitinfo()')
444 def test_sigtimedwait(self):
445 def wait_func(signum):
446 signal.sigtimedwait([signum], 120.0)
447
448 self.check_sigwait(wait_func)
449
450
451@unittest.skipUnless(hasattr(signal, "setitimer"), "requires setitimer()")

Callers

nothing calls this directly

Calls 1

check_sigwaitMethod · 0.95

Tested by

no test coverage detected