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

Method ncols

tools/swig/test/Farray.cxx:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61int Farray::ncols() const
62{
63 return _ncols;
64}
65
66// Set item accessor
67long & Farray::operator()(int i, int j)

Callers 2

testNcolsMethod · 0.45
testNcolsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected