mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add TypeGuard (PEP 647 draft) (#4879)
This commit is contained in:
3
third_party/2and3/typing_extensions.pyi
vendored
3
third_party/2and3/typing_extensions.pyi
vendored
@@ -112,3 +112,6 @@ else:
|
||||
__name__: str
|
||||
def __init__(self, name: str) -> None: ...
|
||||
Concatenate: _SpecialForm = ...
|
||||
|
||||
# PEP 647
|
||||
TypeGuard: _SpecialForm = ...
|
||||
|
||||
Reference in New Issue
Block a user