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

Method __init__

tools/swig/test/testVector.py:292–295  ·  view source on GitHub ↗
(self, methodName="runTest")

Source from the content-addressed store, hash-verified

290
291class intTestCase(VectorTestCase):
292 def __init__(self, methodName="runTest"):
293 VectorTestCase.__init__(self, methodName)
294 self.typeStr = "int"
295 self.typeCode = "i"
296
297######################################################################
298

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