mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] gh-130214: Document PyEllipsis_Type (GH-130215) (#130224)
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
5af357d27c
commit
0274115585
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