You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better callable: Callable[[Arg('x', int), VarArg(str)], int] now a thing you can do (#2607)
Implements an experimental feature to allow Callable to have any kind of signature an actual function definition does.
This should enable better typing of callbacks &c.
Initial discussion: python/typing#239
Proposal, v. similar to this impl: python/typing#264
Relevant typeshed PR: python/typeshed#793
0 commit comments