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

Method testNcols

tools/swig/test/testFarray.py:53–55  ·  view source on GitHub ↗

Test Farray ncols method

(self)

Source from the content-addressed store, hash-verified

51 self.assertTrue(self.array.nrows() == self.nrows)
52
53 def testNcols(self):
54 "Test Farray ncols method"
55 self.assertTrue(self.array.ncols() == self.ncols)
56
57 def testLen(self):
58 "Test Farray __len__ method"

Callers

nothing calls this directly

Calls 1

ncolsMethod · 0.45

Tested by

no test coverage detected