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

/external/python/cpython3/Include/
H A Dsliceobject.h43 PyAPI_FUNC(int) PySlice_GetIndicesEx(PyObject *r, Py_ssize_t length,
48 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ macro
/external/python/cpython2/Objects/
H A Dsliceobject.c134 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length, function
265 if (PySlice_GetIndicesEx(self, ilen, &start, &stop,
/external/python/cpython3/Objects/
H A Dsliceobject.c278 #undef PySlice_GetIndicesEx macro
281 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, function

Completed in 177 milliseconds