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

Method test_CTRL_BREAK_EVENT

Lib/test/test_os.py:2924–2925  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2922
2923 @support.requires_subprocess()
2924 def test_CTRL_BREAK_EVENT(self):
2925 self._kill_with_event(signal.CTRL_BREAK_EVENT, "CTRL_BREAK_EVENT")
2926
2927
2928@unittest.skipUnless(sys.platform == "win32", "Win32 specific tests")

Callers

nothing calls this directly

Calls 1

_kill_with_eventMethod · 0.95

Tested by

no test coverage detected