MCPcopy Index your code
hub / github.com/RustPython/RustPython / sigwait

Function sigwait

Lib/signal.py:83–85  ·  view source on GitHub ↗
(sigset)

Source from the content-addressed store, hash-verified

81if 'sigwait' in _globals:
82 @_wraps(_signal.sigwait)
83 def sigwait(sigset):
84 retsig = _signal.sigwait(sigset)
85 return _int_to_enum(retsig, Signals)
86
87
88if 'valid_signals' in _globals:

Callers

nothing calls this directly

Calls 1

_int_to_enumFunction · 0.85

Tested by

no test coverage detected