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

Method __init__

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

Source from the content-addressed store, hash-verified

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

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