Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ setUp
Method
setUp
tools/swig/test/testArray.py:270–272 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
268
class
ArrayZTestCase(unittest.TestCase):
269
270
def
setUp(self):
271
self.length = 5
272
self.array3 = Array.ArrayZ(self.length)
273
274
def
testConstructor0(self):
275
"Test ArrayZ default constructor"
Callers
nothing calls this directly
Calls
1
ArrayZ
Method · 0.80
Tested by
no test coverage detected