MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

Lib/doctest.py:2445–2447  ·  view source on GitHub ↗
(self, module)

Source from the content-addressed store, hash-verified

2443
2444class SkipDocTestCase(DocTestCase):
2445 def __init__(self, module):
2446 self.module = module
2447 DocTestCase.__init__(self, None)
2448
2449 def setUp(self):
2450 self.skipTest("DocTestSuite will not work with -O2 and above")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected