Home
last modified time | relevance | path

Searched defs:PySlice_GetIndicesEx (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dsliceobject.h48 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ macro
/external/python/cpython2/Objects/
Dsliceobject.c223 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length, in PySlice_GetIndicesEx() function
/external/python/cpython3/Objects/
Dsliceobject.c285 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, in PySlice_GetIndicesEx() function