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

Method __init__

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

Source from the content-addressed store, hash-verified

263
264class ushortTestCase(MatrixTestCase):
265 def __init__(self, methodName="runTest"):
266 MatrixTestCase.__init__(self, methodName)
267 self.typeStr = "ushort"
268 self.typeCode = "H"
269
270######################################################################
271

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected