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

Method setUp

tools/swig/test/testArray.py:20–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18class Array1TestCase(unittest.TestCase):
19
20 def setUp(self):
21 self.length = 5
22 self.array1 = Array.Array1(self.length)
23
24 def testConstructor0(self):
25 "Test Array1 default constructor"

Callers

nothing calls this directly

Calls 1

Array1Method · 0.80

Tested by

no test coverage detected