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

Method kill

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

Source from the content-addressed store, hash-verified

61 self._send_signal(signal.SIGTERM)
62
63 def kill(self):
64 self._send_signal(signal.SIGKILL)
65
66 def _launch(self, process_obj):
67 code = 1

Callers 14

_run_with_syncFunction · 0.95
_managed_subprocessFunction · 0.95
test_pipesizesMethod · 0.95
test_pipesize_defaultMethod · 0.95
_run_replMethod · 0.95
_kill_with_eventMethod · 0.95
run_python_until_endFunction · 0.95

Calls 1

_send_signalMethod · 0.95

Tested by 9

_managed_subprocessFunction · 0.76
test_pipesizesMethod · 0.76
test_pipesize_defaultMethod · 0.76
_run_replMethod · 0.76
_kill_with_eventMethod · 0.76