mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
1
third_party/2and3/typing_extensions.pyi
vendored
1
third_party/2and3/typing_extensions.pyi
vendored
@@ -91,6 +91,7 @@ def get_type_hints(
|
||||
|
||||
if sys.version_info >= (3, 7):
|
||||
def get_args(tp: Any) -> Tuple[Any, ...]: ...
|
||||
def get_origin(tp: Any) -> Optional[Any]: ...
|
||||
|
||||
Annotated: _SpecialForm = ...
|
||||
_AnnotatedAlias: Any = ... # undocumented
|
||||
|
||||
Reference in New Issue
Block a user