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

Class _DocTestSuite

Lib/doctest.py:2461–2464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2459
2460
2461class _DocTestSuite(unittest.TestSuite):
2462
2463 def _removeTestAtIndex(self, index):
2464 pass
2465
2466
2467def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None,

Callers 2

DocTestSuiteFunction · 0.85
DocFileSuiteFunction · 0.85

Calls

no outgoing calls

Tested by 2

DocTestSuiteFunction · 0.68
DocFileSuiteFunction · 0.68