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

Method __init__

tools/swig/test/testSuperTensor.py:18–21  ·  view source on GitHub ↗
(self, methodName="runTests")

Source from the content-addressed store, hash-verified

16class SuperTensorTestCase(unittest.TestCase):
17
18 def __init__(self, methodName="runTests"):
19 unittest.TestCase.__init__(self, methodName)
20 self.typeStr = "double"
21 self.typeCode = "d"
22
23 # Test (type IN_ARRAY3[ANY][ANY][ANY]) typemap
24 def testNorm(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected