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

Method __init__

tools/swig/test/testTensor.py:325–329  ·  view source on GitHub ↗
(self, methodName="runTest")

Source from the content-addressed store, hash-verified

323
324class longTestCase(TensorTestCase):
325 def __init__(self, methodName="runTest"):
326 TensorTestCase.__init__(self, methodName)
327 self.typeStr = "long"
328 self.typeCode = "l"
329 self.result = int(self.result)
330
331######################################################################
332

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected