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

Method run

Lib/doctest.py:2387–2389  ·  view source on GitHub ↗
(self, result=None)

Source from the content-addressed store, hash-verified

2385 test.globs.update(self._dt_globs)
2386
2387 def run(self, result=None):
2388 self._test_result = result
2389 return super().run(result)
2390
2391 def runTest(self):
2392 test = self._dt_test

Callers

nothing calls this directly

Calls 2

superClass · 0.85
runMethod · 0.45

Tested by

no test coverage detected