How is __eq__ handled in Python and in what order?
Since Python does not provide left/right versions of its comparison operators, how does it decide which function to call?
Since Python does not provide left/right versions of its comparison operators, how does it decide which function to call?