Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dsliceobject.c383 PyObject **step_ptr) in _PySlice_GetLongIndices() argument
506 *step_ptr = step; in _PySlice_GetLongIndices()
512 *start_ptr = *stop_ptr = *step_ptr = NULL; in _PySlice_GetLongIndices()
/third_party/python/Include/
Dsliceobject.h39 PyObject **step_ptr);