Searched defs:PySliceObject (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dsliceobject.h25 } PySliceObject; typedef in typeref:struct:__anon19279
35 PyAPI_FUNC(int) PySlice_GetIndices(PySliceObject *r, Py_ssize_t length,
37 PyAPI_FUNC(int) PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length,
/external/python/cpython3/Include/
H A Dsliceobject.h25 } PySliceObject; typedef in typeref:struct:__anon19858
37 PyAPI_FUNC(int) _PySlice_GetLongIndices(PySliceObject *self, PyObject *length,

Completed in 133 milliseconds