Vijithkumar VDec 10, 20230 min readPython 3.XPython "__hash__()" dunder method; a magic method worth learning. This blog is about the __hash__() method in Python, which is a dunder method that returns the hashvalue of an object.