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

Method __init__

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

Source from the content-addressed store, hash-verified

344
345class floatTestCase(SuperTensorTestCase):
346 def __init__(self, methodName="runTest"):
347 SuperTensorTestCase.__init__(self, methodName)
348 self.typeStr = "float"
349 self.typeCode = "f"
350
351######################################################################
352

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected