Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2461
class
_DocTestSuite(unittest.TestSuite):
2462
2463
def
_removeTestAtIndex(self, index):
2464
pass
2465
2466
2467
def
DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None,
Callers
2
DocTestSuite
Function · 0.85
DocFileSuite
Function · 0.85
Calls
no outgoing calls
Tested by
2
DocTestSuite
Function · 0.68
DocFileSuite
Function · 0.68