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

Method terminate

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

Source from the content-addressed store, hash-verified

58 self._send_signal(signal.SIGINT)
59
60 def terminate(self):
61 self._send_signal(signal.SIGTERM)
62
63 def kill(self):
64 self._send_signal(signal.SIGKILL)

Callers 4

_run_with_syncFunction · 0.95
_managed_subprocessFunction · 0.95
test_resource_trackerMethod · 0.95

Calls 1

_send_signalMethod · 0.95

Tested by 3

_managed_subprocessFunction · 0.76
test_resource_trackerMethod · 0.76