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
In order to be able to check wether we found new ressources we need to know wether two ressources are equal.
Python allows to overload the == operator by defining a __eq__ class member function
In order to be able to check wether we found new ressources we need to know wether two ressources are equal.
Python allows to overload the
==operator by defining a__eq__class member function