We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fb023 commit 1c2797fCopy full SHA for 1c2797f
1 file changed
Doc/c-api/tuple.rst
@@ -19,6 +19,12 @@ Tuple Objects
19
is the same object as :class:`tuple` in the Python layer.
20
21
22
+.. c:var:: PyTypeObject PyTupleIter_Type
23
+
24
+ Type object for an iterator over a :class:`tuple` object. Instances
25
+ of this object are returned by :meth:`!tuple.__iter__`.
26
27
28
.. c:function:: int PyTuple_Check(PyObject *p)
29
30
Return true if *p* is a tuple object or an instance of a subtype of the
0 commit comments