Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement == for Tags #55

Open
clarisma opened this issue Apr 3, 2024 · 0 comments
Open

Implement == for Tags #55

clarisma opened this issue Apr 3, 2024 · 0 comments
Labels
todo A feature that has been specified, but not yet implemented

Comments

@clarisma
Copy link
Owner

clarisma commented Apr 3, 2024

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: ...
@clarisma clarisma added the todo A feature that has been specified, but not yet implemented label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo A feature that has been specified, but not yet implemented
Projects
None yet
Development

No branches or pull requests

1 participant