We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyEllipsis_Type
1 parent f55d0b6 commit fc8c99aCopy full SHA for fc8c99a
1 file changed
Doc/c-api/slice.rst
@@ -118,6 +118,12 @@ Ellipsis Object
118
^^^^^^^^^^^^^^^
119
120
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
127
.. c:var:: PyObject *Py_Ellipsis
128
129
The Python ``Ellipsis`` object. This object has no methods. Like
0 commit comments