We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d63104 commit c8fb023Copy full SHA for c8fb023
1 file changed
Doc/c-api/set.rst
@@ -41,6 +41,12 @@ the abstract object protocol (including :c:func:`PyObject_CallMethod`,
41
:class:`set` type.
42
43
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
50
.. c:var:: PyTypeObject PyFrozenSet_Type
51
52
This is an instance of :c:type:`PyTypeObject` representing the Python
0 commit comments