Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ array_iter_base_dealloc
Function
array_iter_base_dealloc
numpy/core/src/multiarray/iterators.c:165–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
static void
166
array_iter_base_dealloc(PyArrayIterObject *it)
167
{
168
Py_XDECREF(it->ao);
169
}
170
171
/*NUMPY_API
172
* Get Iterator.
Callers
3
arrayiter_dealloc
Function · 0.85
PyArray_NeighborhoodIterNew
Function · 0.85
neighiter_dealloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected