-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
PEP 673 (Self Type) tracker #6300
Comments
I've opened a PR for this to mypy python/mypy#11666 (although it's marked as a draft). |
PyCharm 2022.3 supports the |
The |
It's merged, but still awaiting a release. |
Once that happens, we can try start using it in typeshed. I suspect that pytype will accept it as it's quite permissive. I don't know about pyre. |
I can find 10 hits for So I'd guess that pyre support is pretty good. |
mypy 1.0 has released with support for |
We started using this in the stdlib, and nothing exploded. I guess this means this is supported now. |
This issue is supposed to track when we can start to use
typing_extensions.Self
(PEP 673) in typeshed. Support is needed in released versions of:The text was updated successfully, but these errors were encountered: