We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbf009 commit 189bdfbCopy full SHA for 189bdfb
stdlib/3/typing.pyi
@@ -54,6 +54,7 @@ if sys.version_info >= (3, 10):
54
__name__: str
55
def __init__(self, name: str) -> None: ...
56
Concatenate: _SpecialForm = ...
57
+ TypeAlias: _SpecialForm = ...
58
59
# Return type that indicates a function does not return.
60
# This type is equivalent to the None type, but the no-op Union is necessary to
0 commit comments