Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ valid_signals
Function
valid_signals
Lib/signal.py:90–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
if
'valid_signals'
in _globals:
89
@_wraps(_signal.valid_signals)
90
def
valid_signals():
91
return
{_int_to_enum(x, Signals)
for
x in _signal.valid_signals()}
92
93
94
del _globals, _wraps
Callers
nothing calls this directly
Calls
1
_int_to_enum
Function · 0.85
Tested by
no test coverage detected