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

Function PyArray_ToList

numpy/core/src/multiarray/convert.c:118–122  ·  view source on GitHub ↗

NUMPY_API * To List */

Source from the content-addressed store, hash-verified

116 * To List
117 */
118NPY_NO_EXPORT PyObject *
119PyArray_ToList(PyArrayObject *self)
120{
121 return recursive_tolist(self, PyArray_DATA(self), 0);
122}
123
124/* XXX: FIXME --- add ordering argument to
125 Allow Fortran ordering on write

Callers 1

array_tolistFunction · 0.85

Calls 2

recursive_tolistFunction · 0.85
PyArray_DATAFunction · 0.85

Tested by

no test coverage detected