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

Method send_signal

Lib/asyncio/base_subprocess.py:155–157  ·  view source on GitHub ↗
(self, signal)

Source from the content-addressed store, hash-verified

153
154 if sys.platform == 'win32':
155 def send_signal(self, signal):
156 self._check_proc()
157 self._proc.send_signal(signal)
158
159 def terminate(self):
160 self._check_proc()

Callers 2

terminateMethod · 0.95
killMethod · 0.95

Calls 2

_check_procMethod · 0.95
killMethod · 0.45

Tested by

no test coverage detected