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

Class _DocTestSuite

Lib/doctest.py:2537–2540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2535
2536
2537class _DocTestSuite(unittest.TestSuite):
2538
2539 def _removeTestAtIndex(self, index):
2540 pass
2541
2542
2543def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…