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
PEP-612 explains how Concatenate can be used to write a wrapper where the output function requires less arguments than the wrapped one.
The opposite, where the output function requires more arguments than the wrapped one, is not clarified by the PEP, nor in my opinion it should, as it seems to be fairly non-controversial.
PEP-612 explains how
Concatenate
can be used to write a wrapper where the output function requires less arguments than the wrapped one.The opposite, where the output function requires more arguments than the wrapped one, is not clarified by the PEP, nor in my opinion it should, as it seems to be fairly non-controversial.
These work fine with mypy 1.7.0:
This however doesn't:
The text was updated successfully, but these errors were encountered: