Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmemoryobject.c2059 tolist_base(const char *ptr, const Py_ssize_t *shape, in tolist_base() function
2098 return tolist_base(ptr, shape, strides, suboffsets, fmt); in tolist_rec()
2143 return tolist_base(view->buf, view->shape, in memoryview_tolist_impl()