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

Method __init__

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

Source from the content-addressed store, hash-verified

263
264class ucharTestCase(SuperTensorTestCase):
265 def __init__(self, methodName="runTest"):
266 SuperTensorTestCase.__init__(self, methodName)
267 self.typeStr = "uchar"
268 self.typeCode = "B"
269 #self.result = int(self.result)
270
271######################################################################
272

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected