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

Function array_flat_get

numpy/core/src/multiarray/getset.c:850–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850static PyObject *
851array_flat_get(PyArrayObject *self, void *NPY_UNUSED(ignored))
852{
853 return PyArray_IterNew((PyObject *)self);
854}
855
856static int
857array_flat_set(PyArrayObject *self, PyObject *val, void *NPY_UNUSED(ignored))

Callers

nothing calls this directly

Calls 1

PyArray_IterNewFunction · 0.85

Tested by

no test coverage detected