Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dsliceobject.c373 PyObject **step_ptr) in _PySlice_GetLongIndices() argument
496 *step_ptr = step; in _PySlice_GetLongIndices()
502 *start_ptr = *stop_ptr = *step_ptr = NULL; in _PySlice_GetLongIndices()
/external/python/cpython3/Include/
Dsliceobject.h39 PyObject **step_ptr);