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

Method __init__

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

Source from the content-addressed store, hash-verified

117
118class uintTestCase(FlatTestCase):
119 def __init__(self, methodName="runTest"):
120 FlatTestCase.__init__(self, methodName)
121 self.typeStr = "uint"
122 self.typeCode = "I"
123
124######################################################################
125

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected