Home
last modified time | relevance | path

Searched refs:defstart (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dsliceobject.c139 Py_ssize_t defstart, defstop; in PySlice_GetIndicesEx() local
153 defstart = *step < 0 ? length-1 : 0; in PySlice_GetIndicesEx()
157 *start = defstart; in PySlice_GetIndicesEx()