Home
last modified time | relevance | path

Searched refs:tolist_rec (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dmemoryobject.c2086 tolist_rec(const char *ptr, Py_ssize_t ndim, const Py_ssize_t *shape, in tolist_rec() function
2106 item = tolist_rec(xptr, ndim-1, shape+1, in tolist_rec()
2148 return tolist_rec(view->buf, view->ndim, view->shape, in memoryview_tolist_impl()