mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-130214: Document PyEllipsis_Type
(GH-130215)
This commit is contained in:
parent
f55d0b66be
commit
fc8c99a8ce
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue