Searched defs:PySlice_GetIndicesEx (Results 1 – 2 of 2) sorted by relevance
54 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ macro
327 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, in PySlice_GetIndicesEx() function