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

Method __init__

tools/swig/test/testTensor.py:20–24  ·  view source on GitHub ↗
(self, methodName="runTests")

Source from the content-addressed store, hash-verified

18class TensorTestCase(unittest.TestCase):
19
20 def __init__(self, methodName="runTests"):
21 unittest.TestCase.__init__(self, methodName)
22 self.typeStr = "double"
23 self.typeCode = "d"
24 self.result = sqrt(28.0 / 8)
25
26 # Test (type IN_ARRAY3[ANY][ANY][ANY]) typemap
27 def testNorm(self):

Callers

nothing calls this directly

Calls 2

sqrtFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected