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

Function arraymultiter_index_get

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

Source from the content-addressed store, hash-verified

1449}
1450
1451static PyObject *
1452arraymultiter_index_get(PyArrayMultiIterObject *self, void *NPY_UNUSED(ignored))
1453{
1454 return PyArray_PyIntFromIntp(self->index);
1455}
1456
1457static PyObject *
1458arraymultiter_shape_get(PyArrayMultiIterObject *self, void *NPY_UNUSED(ignored))

Callers

nothing calls this directly

Calls 1

PyArray_PyIntFromIntpFunction · 0.85

Tested by

no test coverage detected