Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dsliceobject.c372 PyObject **start_ptr, PyObject **stop_ptr, in _PySlice_GetLongIndices() argument
495 *stop_ptr = stop; in _PySlice_GetLongIndices()
502 *start_ptr = *stop_ptr = *step_ptr = NULL; in _PySlice_GetLongIndices()
/external/python/cpython3/Include/
Dsliceobject.h38 PyObject **start_ptr, PyObject **stop_ptr,