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
The text was updated successfully, but these errors were encountered:
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 functionThe text was updated successfully, but these errors were encountered: