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
classCallable[**P, R]:
type args=P.args
type kwargs:=P.kwargstypereturn_type=Rdefbar(*args: foo.args, **kwargs: foo.kwargs) ->foo.return_type: ...
# and a runtime version like:defbar(*args: Callable[foo].args, **kwargs: Callable[foo].kwargs) ->Callable[foo].return_type: ...
The text was updated successfully, but these errors were encountered:
A member on the design team had this to say:
The text was updated successfully, but these errors were encountered: