add typing._Final (#13015)

This is the subset of typing module internal base classes
that are stable over all supported versions of python.
This commit is contained in:
Stephen Morton
2024-11-16 07:55:38 -08:00
committed by GitHub
parent dfbbf168c9
commit 7c7629d909
3 changed files with 9 additions and 3 deletions

View File

@@ -462,6 +462,8 @@ typing_extensions\.ParamSpec.*
typing(_extensions)?\.Generic
typing\.Protocol
typing(_extensions)?\._TypedDict
typing._Final
typing._Final.__init_subclass__
# Special primitives
typing_extensions\.Final