Searched refs:tolist_rec (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | memoryobject.c | 2095 tolist_rec(PyMemoryViewObject *self, const char *ptr, Py_ssize_t ndim, const Py_ssize_t *shape, in tolist_rec() function 2115 item = tolist_rec(self, xptr, ndim-1, shape+1, in tolist_rec() 2157 return tolist_rec(self, view->buf, view->ndim, view->shape, in memoryview_tolist_impl()
|
Completed in 4 milliseconds