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
Implementing __eq__ method for Advertisement class will allow them to be compared in a useful way. Documention on how this works when some fields are not set would be useful.
Implementing
__eq__
method forAdvertisement
class will allow them to be compared in a useful way. Documention on how this works when some fields are not set would be useful.Interim workaround is
bytes(ad1) == bytes(as2)
First mentioned in comments in #79.
The text was updated successfully, but these errors were encountered: