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
In master calling inspect.getfullargspec on some function now returns only args/kwargs. I suspect that this is due to the recent __array_function__ wrapping, though I am not sure.
In master calling
inspect.getfullargspec
on some function now returns only args/kwargs. I suspect that this is due to the recent__array_function__
wrapping, though I am not sure.Reproducing code example:
The
inspect.signature
function seems to work fine.The text was updated successfully, but these errors were encountered: