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

Method __init__

tools/swig/test/testMatrix.py:289–292  ·  view source on GitHub ↗
(self, methodName="runTest")

Source from the content-addressed store, hash-verified

287
288class longTestCase(MatrixTestCase):
289 def __init__(self, methodName="runTest"):
290 MatrixTestCase.__init__(self, methodName)
291 self.typeStr = "long"
292 self.typeCode = "l"
293
294######################################################################
295

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected