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

Method terminate

Lib/asyncio/subprocess.py:142–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 self._transport.send_signal(signal)
141
142 def terminate(self):
143 self._transport.terminate()
144
145 def kill(self):
146 self._transport.kill()

Callers 6

test_parent_processMethod · 0.95
_kill_processMethod · 0.95
test_closeMethod · 0.95
test_repr_lockMethod · 0.95
test_wait_integerMethod · 0.95

Calls

no outgoing calls

Tested by 6

test_parent_processMethod · 0.76
_kill_processMethod · 0.76
test_closeMethod · 0.76
test_repr_lockMethod · 0.76
test_wait_integerMethod · 0.76