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

Function sigpending

Lib/signal.py:77–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75if 'sigpending' in _globals:
76 @_wraps(_signal.sigpending)
77 def sigpending():
78 return {_int_to_enum(x, Signals) for x in _signal.sigpending()}
79
80
81if 'sigwait' in _globals:

Callers

nothing calls this directly

Calls 1

_int_to_enumFunction · 0.85

Tested by

no test coverage detected