Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 8e72013 commit 05bfbcdCopy full SHA for 05bfbcd
1 file changed
Doc/c-api/slice.rst
@@ -56,3 +56,14 @@ Slice Objects
56
.. versionchanged:: 3.2
57
The parameter type for the *slice* parameter was ``PySliceObject*``
58
before.
59
+
60
61
+Ellipsis Object
62
+---------------
63
64
65
+.. c:var:: PyObject *Py_Ellipsis
66
67
+ The Python ``Ellipsis`` object. This object has no methods. It needs to be
68
+ treated just like any other object with respect to reference counts. Like
69
+ :c:data:`Py_None` it is a singleton object.
0 commit comments