10000 gh-130214: Document `PyEllipsis_Type` (GH-130215) · python/cpython@fc8c99a · GitHub
[go: up one dir, main page]

Skip to content

Commit fc8c99a

Browse files
authored
gh-130214: Document PyEllipsis_Type (GH-130215)
1 parent f55d0b6 commit fc8c99a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/c-api/slice.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ Ellipsis Object
118118
^^^^^^^^^^^^^^^
119119
120120
121+
.. c:var:: PyTypeObject PyEllipsis_Type
122+
123+
The type of Python :const:`Ellipsis` object. Same as :class:`types.EllipsisType`
124+
in the Python layer.
125+
126+
121127
.. c:var:: PyObject *Py_Ellipsis
122128
123129
The Python ``Ellipsis`` object. This object has no methods. Like

0 commit comments

Comments
 (0)
0