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

Method testNcols

tools/swig/test/testArray.py:161–163  ·  view source on GitHub ↗

Test Array2 ncols method

(self)

Source from the content-addressed store, hash-verified

159 self.assertTrue(self.array2.nrows() == self.nrows)
160
161 def testNcols(self):
162 "Test Array2 ncols method"
163 self.assertTrue(self.array2.ncols() == self.ncols)
164
165 def testLen(self):
166 "Test Array2 __len__ method"

Callers

nothing calls this directly

Calls 1

ncolsMethod · 0.45

Tested by

no test coverage detected