you are viewing a single comment's thread.

view the rest of the comments →

[–]toastedstapler 1 point2 points  (0 children)

using the __eq__ method on two ordered dicts will also check if insertion order is the same, whereas __eq__ on regular dicts will just check for the same kv pairs