MCPcopy 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
165static void
166array_iter_base_dealloc(PyArrayIterObject *it)
167{
168 Py_XDECREF(it->ao);
169}
170
171/*NUMPY_API
172 * Get Iterator.

Callers 3

arrayiter_deallocFunction · 0.85
neighiter_deallocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected