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

Method terminate

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 terminate(self):
58 self._send_signal(signal.SIGTERM)
59
60 def kill(self):
61 self._send_signal(signal.SIGKILL)

Callers 1

test_resource_trackerMethod · 0.95

Calls 1

_send_signalMethod · 0.95

Tested by 1

test_resource_trackerMethod · 0.76