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

Method test_run_keyboardinterrupt_no_kill

Lib/test/test_subprocess.py:3945–3946  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3943 self._test_keyboardinterrupt_no_kill(subprocess.call, timeout=6.282)
3944
3945 def test_run_keyboardinterrupt_no_kill(self):
3946 self._test_keyboardinterrupt_no_kill(subprocess.run, timeout=6.282)
3947
3948 def test_context_manager_keyboardinterrupt_no_kill(self):
3949 def popen_via_context_manager(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected