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

Method test_kill_int

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

Source from the content-addressed store, hash-verified

2863 self._kill(signal.SIGTERM)
2864
2865 def test_kill_int(self):
2866 # os.kill on Windows can take an int which gets set as the exit code
2867 self._kill(100)
2868
2869 @unittest.skipIf(mmap is None, "requires mmap")
2870 def _kill_with_event(self, event, name):

Callers

nothing calls this directly

Calls 1

_killMethod · 0.95

Tested by

no test coverage detected