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

Method __init__

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

Source from the content-addressed store, hash-verified

271
272class intTestCase(MatrixTestCase):
273 def __init__(self, methodName="runTest"):
274 MatrixTestCase.__init__(self, methodName)
275 self.typeStr = "int"
276 self.typeCode = "i"
277
278######################################################################
279

Callers 12

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected