File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff 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-
463453Dictionary 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-
488468Dictionary 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.
You can’t perform that action at this time.
0 commit comments