Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Doc/c-api/slice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ Ellipsis Object
^^^^^^^^^^^^^^^


.. c:var:: PyTypeObject PyEllipsis_Type

The type of Python ``Ellipsis`` object. Same as :class:`types.EllipsisType`
in the Python layer.


.. c:var:: PyObject *Py_Ellipsis

The Python ``Ellipsis`` object. This object has no methods. Like
Expand Down
Loading