Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
75
if
'sigpending'
in _globals:
76
@_wraps(_signal.sigpending)
77
def
sigpending():
78
return
{_int_to_enum(x, Signals)
for
x in _signal.sigpending()}
79
80
81
if
'sigwait'
in _globals:
Callers
nothing calls this directly
Calls
1
_int_to_enum
Function · 0.85
Tested by
no test coverage detected