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

Method test_call_keyboardinterrupt_no_kill

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

Source from the content-addressed store, hash-verified

3940 self.assertEqual([], self.RecordingPopen.instances_created)
3941
3942 def test_call_keyboardinterrupt_no_kill(self):
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)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected