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

Method length

tools/swig/test/Array1.cxx:49–52  ·  view source on GitHub ↗

Length accessor

Source from the content-addressed store, hash-verified

47
48// Length accessor
49int Array1::length() const
50{
51 return _length;
52}
53
54// Resize array
55void Array1::resize(int length, long* data)

Callers 10

testConstructor3Method · 0.45
testLengthMethod · 0.45
testAsStringMethod · 0.45
testStrMethod · 0.45
testViewMethod · 0.45
testConstructor3Method · 0.45
testLengthMethod · 0.45
testAsStringMethod · 0.45
testStrMethod · 0.45
testViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected