mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
[3.13] gh-130214: Document PyEllipsis_Type (GH-130215) (#130223)
gh-130214: Document `PyEllipsis_Type` (GH-130215)
(cherry picked from commit fc8c99a8ce)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
This commit is contained in:
parent
d78e113d1b
commit
fc1c9f884e
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