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

Method __init__

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

Source from the content-addressed store, hash-verified

335
336class ulongLongTestCase(SuperTensorTestCase):
337 def __init__(self, methodName="runTest"):
338 SuperTensorTestCase.__init__(self, methodName)
339 self.typeStr = "ulongLong"
340 self.typeCode = "Q"
341 #self.result = int(self.result)
342
343######################################################################
344

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected