mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user