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