MCPcopy 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
27def handler(signum, frame):
28 handler_thread(frame.f_globals["event"])
29
30
31signal.signal(signal.SIGINT, handler)

Callers

nothing calls this directly

Calls 1

handler_threadFunction · 0.85

Tested by

no test coverage detected