Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmemoryobject.c2311 Py_ssize_t dim, nindices = PyTuple_GET_SIZE(tup); in ptr_from_tuple() local
2313 if (nindices > view->ndim) { in ptr_from_tuple()
2316 view->ndim, nindices); in ptr_from_tuple()
2320 for (dim = 0; dim < nindices; dim++) { in ptr_from_tuple()
2370 Py_ssize_t nindices = PyTuple_GET_SIZE(tup); in memory_item_multi() local
2379 if (nindices < view->ndim) { in memory_item_multi()