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

Method __init__

tools/swig/test/testFortran.py:74–77  ·  view source on GitHub ↗
(self, methodName="runTest")

Source from the content-addressed store, hash-verified

72
73class intTestCase(FortranTestCase):
74 def __init__(self, methodName="runTest"):
75 FortranTestCase.__init__(self, methodName)
76 self.typeStr = "int"
77 self.typeCode = "i"
78
79######################################################################
80

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