Skip to content

Commit fcee529

Browse files
Remove iterator types
1 parent de6b12f commit fcee529

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

Doc/c-api/dict.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -450,16 +450,6 @@ Dictionary Keys Objects
450450
always succeeds.
451451
452452
453-
.. c:var:: PyTypeObject PyDictIterKey_Type
454-
455-
Iterator over the keys of a dictionary.
456-
457-
458-
.. c:var:: PyTypeObject PyDictRevIterKey_Type
459-
460-
Reversed iterator over the keys of a dictionary.
461-
462-
463453
Dictionary Values Objects
464454
^^^^^^^^^^^^^^^^^^^^^^^^^
465455
@@ -475,16 +465,6 @@ Dictionary Values Objects
475465
always succeeds.
476466
477467
478-
.. c:var:: PyTypeObject PyDictIterValue_Type
479-
480-
Iterator over the values of a dictionary.
481-
482-
483-
.. c:var:: PyTypeObject PyDictRevIterValue_Type
484-
485-
Reversed iterator over the values of a dictionary.
486-
487-
488468
Dictionary Items Objects
489469
^^^^^^^^^^^^^^^^^^^^^^^^
490470
@@ -498,13 +478,3 @@ Dictionary Items Objects
498478
499479
Return true if *o* is an instance of a dictionary items view. This function
500480
always succeeds.
501-
502-
503-
.. c:var:: PyTypeObject PyDictIterItem_Type
504-
505-
Iterator over the items of a dictionary.
506-
507-
508-
.. c:var:: PyTypeObject PyDictRevIterItem_Type
509-
510-
Reversed iterator over the items of a dictionary.

0 commit comments

Comments
 (0)