-
-
Notifications
You must be signed in to change notification settings - Fork 141
__setitem__
should accept a dictionary
#1203
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
Comments
Hey @bersbersbers, |
Thanks, and sure, let's wait for the next mypy. (I can reproduce this in pyright, too, though.) |
Yes indeed pyright is also raising the issue, I looked through the doc and this does not seem to be very well documented. |
Actually I misclassified the issue, it has nothing to do with the setter, this is just a missing stubs on the code side. I will draft a PR to make sure it is good. |
Describe the bug
__setitem__
does not accept a dictionaryTo Reproduce
The text was updated successfully, but these errors were encountered: