MCPcopy Index your code
hub / github.com/RustPython/RustPython / default_handler

Method default_handler

Lib/unittest/signals.py:19–20  ·  view source on GitHub ↗
(unused_signum, unused_frame)

Source from the content-addressed store, hash-verified

17 # Not quite the same thing as SIG_IGN, but the closest we
18 # can make it: do nothing.
19 def default_handler(unused_signum, unused_frame):
20 pass
21 else:
22 raise TypeError("expected SIGINT signal handler to be "
23 "signal.SIG_IGN, signal.SIG_DFL, or a "

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected