Skip to content

Commit c8fb023

Browse files
committed
Document PySetIter_Type
1 parent 8d63104 commit c8fb023

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/c-api/set.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ the abstract object protocol (including :c:func:`PyObject_CallMethod`,
4141
:class:`set` type.
4242

4343

44+
.. c:var:: PyTypeObject PySetIter_Type
45+
46+
Type object for an iterator over a :class:`set` object. Instances
47+
of this object are returned by :meth:`!set.__iter__`.
48+
49+
4450
.. c:var:: PyTypeObject PyFrozenSet_Type
4551
4652
This is an instance of :c:type:`PyTypeObject` representing the Python

0 commit comments

Comments
 (0)