Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c658 ndarray_as_list(NDArrayObject *nd) in ndarray_as_list() function
2152 return ndarray_as_list((NDArrayObject *)self); in ndarray_tolist()