Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmemoryobject.c2019 tolist_base(const char *ptr, const Py_ssize_t *shape, in tolist_base() function
2058 return tolist_base(ptr, shape, strides, suboffsets, fmt); in tolist_rec()
2096 return tolist_base(view->buf, view->shape, in memory_tolist()