py: Use __hash__ method if a type defines it

This commit is contained in:
stijn
2014-11-12 14:57:34 +01:00
committed by Damien George
parent d8474d3617
commit e00eeaf4cd
2 changed files with 19 additions and 10 deletions

View File

@@ -39,6 +39,7 @@ Q(__locals__)
Q(__main__)
Q(__module__)
Q(__name__)
Q(__hash__)
Q(__next__)
Q(__qualname__)
Q(__path__)