Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/doctest.py:2521–2523 ·
view source on GitHub ↗
(self, module)
Source
from the content-addressed store, hash-verified
2519
2520
class
SkipDocTestCase(DocTestCase):
2521
def
__init__(self, module):
2522
self.module = module
2523
super().__init__(None)
2524
2525
def
setUp(self):
2526
self.skipTest(
"DocTestSuite will not work with -O2 and above"
)
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected