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

Method __init__

tools/swig/test/testSuperTensor.py:310–314  ·  view source on GitHub ↗
(self, methodName="runTest")

Source from the content-addressed store, hash-verified

308
309class longTestCase(SuperTensorTestCase):
310 def __init__(self, methodName="runTest"):
311 SuperTensorTestCase.__init__(self, methodName)
312 self.typeStr = "long"
313 self.typeCode = "l"
314 #self.result = int(self.result)
315
316######################################################################
317

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected