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

Method __init__

tools/swig/test/testFlat.py:20–23  ·  view source on GitHub ↗
(self, methodName="runTest")

Source from the content-addressed store, hash-verified

18class FlatTestCase(unittest.TestCase):
19
20 def __init__(self, methodName="runTest"):
21 unittest.TestCase.__init__(self, methodName)
22 self.typeStr = "double"
23 self.typeCode = "d"
24
25 # Test the (type* INPLACE_ARRAY_FLAT, int DIM_FLAT) typemap
26 def testProcess1D(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected