-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Labels
topic: featureDiscussions about new features for Python's type annotationsDiscussions about new features for Python's type annotations
Description
After #30 is supported, it would be great if variable-length Tuples would also work with multiple types.
For example, a Tuple with a string and zero or more ints inside could look like this:
Tuple[str, int, ...]
which currently can only be expressed as:
Tuple[Any, ...]
arseniiv, sam-pf, daviskirk, jorenham, abhijeetbodas2001 and 5 more
Metadata
Metadata
Assignees
Labels
topic: featureDiscussions about new features for Python's type annotationsDiscussions about new features for Python's type annotations