Eq () and hash () in Python: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
==<tt>__eq__()</tt>== | ==<tt>__eq__()</tt>== | ||
==<tt>__hash__()</tt>== | ==<tt>__hash__()</tt>== | ||
===Dictionaries and the <tt>__hash__()</tt> Function=== |