MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

numpy/distutils/tests/test_ccompiler_opt_conf.py:162–164  ·  view source on GitHub ↗
(self, methodName="runTest")

Source from the content-addressed store, hash-verified

160
161class TestConfFeatures(unittest.TestCase):
162 def __init__(self, methodName="runTest"):
163 unittest.TestCase.__init__(self, methodName)
164 self._setup()
165
166 def _setup(self):
167 FakeCCompilerOpt.conf_nocache = True

Callers

nothing calls this directly

Calls 2

_setupMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected