MCPcopy 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

88if '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
94del _globals, _wraps

Callers

nothing calls this directly

Calls 1

_int_to_enumFunction · 0.85

Tested by

no test coverage detected