_
_
_
_
The unique ellipsis object "..."
A slice object containing start, stop, and step data members (the names are from range). After much talk with Guido, it was decided to let these be any arbitrary python type. Py_None stands for omitted values.
Mirror sliceobject.h
Slice object interface