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

Function arraymultiter_size_get

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

Source from the content-addressed store, hash-verified

1443}
1444
1445static PyObject *
1446arraymultiter_size_get(PyArrayMultiIterObject *self, void *NPY_UNUSED(ignored))
1447{
1448 return PyArray_PyIntFromIntp(self->size);
1449}
1450
1451static PyObject *
1452arraymultiter_index_get(PyArrayMultiIterObject *self, void *NPY_UNUSED(ignored))

Callers

nothing calls this directly

Calls 1

PyArray_PyIntFromIntpFunction · 0.85

Tested by

no test coverage detected