Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ handler
Function
handler
thread_signal.py:27–28 ·
view source on GitHub ↗
(signum, frame)
Source
from the content-addressed store, hash-verified
25
26
27
def
handler(signum, frame):
28
handler_thread(frame.f_globals[
"event"
])
29
30
31
signal.signal(signal.SIGINT, handler)
Callers
nothing calls this directly
Calls
1
handler_thread
Function · 0.85
Tested by
no test coverage detected