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

Method run

Lib/test/test_unittest/test_program.py:243–245  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

241 raise TypeError
242
243 def run(self, test):
244 FakeRunner.test = test
245 return RESULT
246
247
248@support.requires_subprocess()

Calls

no outgoing calls

Tested by

no test coverage detected