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

Function arraymultiter_shape_get

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

Source from the content-addressed store, hash-verified

1455}
1456
1457static PyObject *
1458arraymultiter_shape_get(PyArrayMultiIterObject *self, void *NPY_UNUSED(ignored))
1459{
1460 return PyArray_IntTupleFromIntp(self->nd, self->dimensions);
1461}
1462
1463static PyObject *
1464arraymultiter_iters_get(PyArrayMultiIterObject *self, void *NPY_UNUSED(ignored))

Callers

nothing calls this directly

Calls 1

PyArray_IntTupleFromIntpFunction · 0.85

Tested by

no test coverage detected