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 1575fc2 commit ada8fdcCopy full SHA for ada8fdc
Doc/c-api/object.rst
@@ -512,7 +512,7 @@ Object Protocol
512
.. c:function:: PyObject* PyObject_SelfIter(PyObject *obj)
513
514
This is equivalent to the Python ``__iter__(self): return self`` method.
515
- It is intended for iterator types, to be used in the ``tp_iter`` slot.
+ It is intended for :term:`iterator` types, to be used in the :c:member:`PyTypeObject.tp_iter` slot.
516
517
518
.. c:function:: PyObject* PyObject_GetAIter(PyObject *o)
0 commit comments