MCPcopy Index your code
hub / github.com/numpy/numpy / __init__

Method __init__

tools/swig/test/testTensor.py:308–312  ·  view source on GitHub ↗
(self, methodName="runTest")

Source from the content-addressed store, hash-verified

306
307class intTestCase(TensorTestCase):
308 def __init__(self, methodName="runTest"):
309 TensorTestCase.__init__(self, methodName)
310 self.typeStr = "int"
311 self.typeCode = "i"
312 self.result = int(self.result)
313
314######################################################################
315

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