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

Function iter_index_get

numpy/core/src/multiarray/iterators.c:1071–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069};
1070
1071static PyObject *
1072iter_index_get(PyArrayIterObject *self, void *NPY_UNUSED(ignored))
1073{
1074 return PyArray_PyIntFromIntp(self->index);
1075}
1076
1077static PyObject *
1078iter_coords_get(PyArrayIterObject *self, void *NPY_UNUSED(ignored))

Callers

nothing calls this directly

Calls 1

PyArray_PyIntFromIntpFunction · 0.85

Tested by

no test coverage detected