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

Function PyArray_MapIterArray

numpy/core/src/multiarray/mapping.c:3415–3419  ·  view source on GitHub ↗

NUMPY_API * * Use advanced indexing to iterate an array. */

Source from the content-addressed store, hash-verified

3413 * Use advanced indexing to iterate an array.
3414 */
3415NPY_NO_EXPORT PyObject *
3416PyArray_MapIterArray(PyArrayObject * a, PyObject * index)
3417{
3418 return PyArray_MapIterArrayCopyIfOverlap(a, index, 0, NULL);
3419}
3420
3421
3422#undef HAS_INTEGER

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected