This issue is supposed to track when we can start to use `typing_extensions.Self` ([PEP 673](https://www.python.org/dev/peps/pep-0673/)) in typeshed. Support is needed in released versions of: * [x] PEP accepted * [x] mypy (python/mypy#14041) * [ ] pytype * [x] pyright (microsoft/pyright#2515) * [ ] pyre * [x] PyCharm (nice to have, but not required)
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: