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

Function array_tolist

numpy/core/src/multiarray/methods.c:587–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587static PyObject *
588array_tolist(PyArrayObject *self, PyObject *args)
589{
590 if (!PyArg_ParseTuple(args, "")) {
591 return NULL;
592 }
593 return PyArray_ToList(self);
594}
595
596
597static PyObject *

Callers

nothing calls this directly

Calls 1

PyArray_ToListFunction · 0.85

Tested by

no test coverage detected