MCPcopy Index your code
hub / github.com/python/cpython / signal_handler

Function signal_handler

Android/android.py:863–864  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

861# by the buildbot worker, we'll make an attempt to clean up our subprocesses.
862def install_signal_handler():
863 def signal_handler(*args):
864 os.kill(os.getpid(), signal.SIGINT)
865
866 signal.signal(signal.SIGTERM, signal_handler)
867

Callers

nothing calls this directly

Calls 1

killMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…