Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/doctest.py:2525–2526 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2523
super().__init__(None)
2524
2525
def
setUp(self):
2526
self.skipTest(
"DocTestSuite will not work with -O2 and above"
)
2527
2528
def
test_skip(self):
2529
pass
Callers
nothing calls this directly
Calls
1
skipTest
Method · 0.80
Tested by
no test coverage detected