Searched defs:PySlice_GetIndicesEx (Results 1 – 3 of 3) sorted by relevance
48 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ macro
223 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length, in PySlice_GetIndicesEx() function
285 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, in PySlice_GetIndicesEx() function