Home
last modified time | relevance | path

Searched defs:PySlice_GetIndices (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dsliceobject.c103 PySlice_GetIndices(PySliceObject *r, Py_ssize_t length, in PySlice_GetIndices() function
/aosp_15_r20/external/python/cpython3/Objects/
Dsliceobject.c171 PySlice_GetIndices(PyObject *_r, Py_ssize_t length, in PySlice_GetIndices() function