Skip to content

Commit 1c2797f

Browse files
committed
Document PyTupleIter_Type
1 parent c8fb023 commit 1c2797f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/c-api/tuple.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Tuple Objects
1919
is the same object as :class:`tuple` in the Python layer.
2020

2121

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+
2228
.. c:function:: int PyTuple_Check(PyObject *p)
2329
2430
Return true if *p* is a tuple object or an instance of a subtype of the

0 commit comments

Comments
 (0)