-
Notifications
You must be signed in to change notification settings - Fork 806
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
KeySet class in python is missing methods #1606
Comments
Yeah this would be a great extension. We may need some special code to do this though, as |
I think the easiest way to achieve this is to replace |
A better way to do this is to integrate dunder methods (e.g. |
Accidentally closed this. This issue will be resolved when we merge #1712. |
Feature
The
KeySet
class in python should have more methods available like__iter__
,__contains__
,remove
, etc.Motivation
I'd like to be able to do things like:
The text was updated successfully, but these errors were encountered: