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

Method __init__

tools/swig/test/testFlat.py:111–114  ·  view source on GitHub ↗
(self, methodName="runTest")

Source from the content-addressed store, hash-verified

109
110class intTestCase(FlatTestCase):
111 def __init__(self, methodName="runTest"):
112 FlatTestCase.__init__(self, methodName)
113 self.typeStr = "int"
114 self.typeCode = "i"
115
116######################################################################
117

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