mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Add GenericAlias.__typing_unpacked_tuple_args__ (#8015)
Fixes #8014 python/cpython#92484
This commit is contained in:
@@ -731,6 +731,8 @@ if sys.version_info >= (3, 9):
|
||||
if sys.version_info >= (3, 11):
|
||||
@property
|
||||
def __unpacked__(self) -> bool: ...
|
||||
@property
|
||||
def __typing_unpacked_tuple_args__(self) -> tuple[Any, ...] | None: ...
|
||||
|
||||
def __getattr__(self, name: str) -> Any: ... # incomplete
|
||||
|
||||
|
||||
Reference in New Issue
Block a user