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

Method setUp

tools/swig/test/testFarray.py:24–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22class FarrayTestCase(unittest.TestCase):
23
24 def setUp(self):
25 self.nrows = 5
26 self.ncols = 4
27 self.array = Farray.Farray(self.nrows, self.ncols)
28
29 def testConstructor1(self):
30 "Test Farray size constructor"

Callers

nothing calls this directly

Calls 1

FarrayMethod · 0.80

Tested by

no test coverage detected