]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-130214: Document `PyEllipsis_Type` (GH-130215)
authorYuki Kobayashi <drsuaimqjgar@gmail.com>
Mon, 17 Feb 2025 12:56:33 +0000 (21:56 +0900)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 12:56:33 +0000 (13:56 +0100)
Doc/c-api/slice.rst

index 8adf6a961378a3662d0f223d838660dbe09a2111..c6d761fe7fd1c96c9fa542cf33faee4ccfb3576b 100644 (file)
@@ -118,6 +118,12 @@ Ellipsis Object
 ^^^^^^^^^^^^^^^
 
 
+.. c:var:: PyTypeObject PyEllipsis_Type
+
+   The type of Python :const:`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