Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c1588 ndarray_item(NDArrayObject *self, Py_ssize_t index) in ndarray_item() function
1803 return ndarray_item(self, index); in ndarray_subscript()
1970 (ssizeargfunc)ndarray_item, /* sq_item */