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

Method test_pymain_run_module

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

Source from the content-addressed store, hash-verified

842 self.assertSigInt([], input="import ham", cwd=self.ham.parent)
843
844 def test_pymain_run_module(self):
845 ham = self.ham
846 self.assertSigInt(["-m", ham.stem], cwd=ham.parent)
847
848
849if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

assertSigIntMethod · 0.95

Tested by

no test coverage detected