You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fun fact: for Python 3.x you don't need to explicitly implement __ne__
method if __eq__ exists, but you have do this for 2.x or your objects
may be equal and non-equal at the same time. Seems like, before
refactoring, operator.eq had used right logic.
0 commit comments