We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Addition of the py.typed makes calling immuteabledict() in a typed context warn if we have disallow_untyped_calls defined for mypy...
immuteabledict()
disallow_untyped_calls
I suggest the addition of many of the typings that frozendict has be added here: https://github.com/python/typeshed/blob/4b4ced5fa0418f626033d88702833d3185bbf18f/stubs/frozendict/frozendict.pyi#L8
The text was updated successfully, but these errors were encountered:
Merge pull request #51 from corenting/fixes
0105ac5
Add more typing (fix issue #47)
Thanks for the report and sorry for the delay of the answer ! I added more types in the 2.0.0 version so I'm closing the issue.
If there are still some problems feel free to open another issue.
Sorry, something went wrong.
No branches or pull requests
Addition of the py.typed makes calling
immuteabledict()
in a typed context warn if we havedisallow_untyped_calls
defined for mypy...I suggest the addition of many of the typings that frozendict has be added here: https://github.com/python/typeshed/blob/4b4ced5fa0418f626033d88702833d3185bbf18f/stubs/frozendict/frozendict.pyi#L8
The text was updated successfully, but these errors were encountered: