Python collections.OrderedDict Module
This page shows the popular functions and classes defined in the
collections.OrderedDict module.
The items are ordered by their popularity in 40,000 open source Python projects.
If you can not find a good example below, you can try
the search function
to search modules.
-
1. fromkeys()Used in 164 projects
-
2. __init__()Used in 48 projects
-
Used in 33 projects
-
Used in 21 projects
-
5. keys()Used in 12 projects
-
Used in 9 projects
-
7. values()Used in 9 projects
-
8. items()Used in 9 projects
-
9. __repr__()Used in 7 projects
-
10. __dict__()Used in 5 projects
-
11. update()Used in 5 projects
-
12. __delitem__()Used in 5 projects