Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ view
Method
view
tools/swig/test/Array1.cxx:101–105 ·
view source on GitHub ↗
Get view
Source
from the content-addressed store, hash-verified
99
100
// Get view
101
void Array1::view(long** data, int* length) const
102
{
103
*data = _buffer;
104
*length = _length;
105
}
106
107
// Private methods
108
void Array1::allocateMemory()
Callers
4
testView
Method · 0.45
testView
Method · 0.45
testView
Method · 0.45
testView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected