-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
BindingDict should support standard dict-functions #2135 #2163
Conversation
@@ -100,3 +100,20 @@ def keys(self): | |||
|
|||
def values(self): | |||
return self.fields.values() | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The above line has whitespace in it that needs to be removed.
Are these three extra methods sufficient - do we need anything else? Would it be possible to instead inherit from |
its unobtrusive way to do it as it leaves the current code untouched. |
Closed by 33096a1. |
No description provided.