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

Method interrupt

Lib/multiprocessing/popen_fork.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 raise
56
57 def interrupt(self):
58 self._send_signal(signal.SIGINT)
59
60 def terminate(self):
61 self._send_signal(signal.SIGTERM)

Callers

nothing calls this directly

Calls 1

_send_signalMethod · 0.95

Tested by

no test coverage detected