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

Method __init__

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

Source from the content-addressed store, hash-verified

367
368class doubleTestCase(TensorTestCase):
369 def __init__(self, methodName="runTest"):
370 TensorTestCase.__init__(self, methodName)
371 self.typeStr = "double"
372 self.typeCode = "d"
373
374######################################################################
375

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected