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

Method kill

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.SIGTERM)
59
60 def kill(self):
61 self._send_signal(signal.SIGKILL)
62
63 def _launch(self, process_obj):
64 code = 1

Callers 9

test_pipesizesMethod · 0.95
test_pipesize_defaultMethod · 0.95
_kill_with_eventMethod · 0.95
run_python_until_endFunction · 0.95
_send_signalMethod · 0.45
_finalize_managerMethod · 0.45

Calls 1

_send_signalMethod · 0.95