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

Method test_pymain_run_stdin

Lib/test/test_runpy.py:882–883  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

880 self.assertSigInt(["-c", "import ham"], cwd=self.ham.parent)
881
882 def test_pymain_run_stdin(self):
883 self.assertSigInt([], input="import ham", cwd=self.ham.parent)
884
885 def test_pymain_run_module(self):
886 ham = self.ham

Callers

nothing calls this directly

Calls 1

assertSigIntMethod · 0.95

Tested by

no test coverage detected