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
Another fix to the argument handling in the functools overlay
Turns out
* positional arguments aren't necessarily present in `Signature.param_names`;
* *args/**kwargs need special handling as well.
PiperOrigin-RevId: 823630645
0 commit comments