mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Add PEP 613 TypeAlias stub to typing_extensions (#4243)
This commit is contained in:
3
third_party/2and3/typing_extensions.pyi
vendored
3
third_party/2and3/typing_extensions.pyi
vendored
@@ -71,3 +71,6 @@ def get_type_hints(
|
||||
|
||||
Annotated: _SpecialForm = ...
|
||||
_AnnotatedAlias: Any = ... # undocumented
|
||||
|
||||
# TypeAlias is a (non-subscriptable) special form.
|
||||
TypeAlias: object
|
||||
|
||||
Reference in New Issue
Block a user