-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Open
Labels
Description
Documentation
https://docs.python.org/3.14/library/typing.html#typing.Concatenate says:
Concatenate is currently only valid when used as the first argument to a Callable.
but this is obviously untrue. For example, PEP 612 says:
def f(x: X[int, Concatenate[int, P_2]]) -> str: ... # AcceptedMetadata
Metadata
Assignees
Labels
Projects
Status
Todo