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
Right now, the tags of two features can only be compared for equality by first converting them to a str or dict. It would be easier (and faster) to allow direct comparison:
if a.tags == b.tags: ...
The text was updated successfully, but these errors were encountered:
clarisma
added
the
todo
A feature that has been specified, but not yet implemented
label
Apr 3, 2024
Right now, the tags of two features can only be compared for equality by first converting them to a
str
ordict
. It would be easier (and faster) to allow direct comparison:The text was updated successfully, but these errors were encountered: