-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Recognize dynamic creation of named tuples. #3520
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
Labels
Comments
We can also do similar things for |
Adding this would also fix #4287. |
Currently dynamically created enums also show errors, because mypy cannot resolve variants. |
ilevkivskyi
referenced
this issue
in msullivan/peps
Apr 13, 2019
I don't think we'll do this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This appeared in python/typing#427
We can support something like this:
The text was updated successfully, but these errors were encountered: