Home
last modified time | relevance | path

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

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