Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/doctest.py:2449–2450 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2447
DocTestCase.__init__(self, None)
2448
2449
def
setUp(self):
2450
self.skipTest(
"DocTestSuite will not work with -O2 and above"
)
2451
2452
def
test_skip(self):
2453
pass
Callers
nothing calls this directly
Calls
1
skipTest
Method · 0.80
Tested by
no test coverage detected