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

Function getsignal

Lib/signal.py:63–65  ·  view source on GitHub ↗
(signalnum)

Source from the content-addressed store, hash-verified

61
62@_wraps(_signal.getsignal)
63def getsignal(signalnum):
64 handler = _signal.getsignal(signalnum)
65 return _int_to_enum(handler, Handlers)
66
67
68if 'pthread_sigmask' in _globals:

Callers

nothing calls this directly

Calls 1

_int_to_enumFunction · 0.85

Tested by

no test coverage detected