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
I think the reason this happens is that it's printing the types of actual arguments available within the method. In this case there is indeed a kwargs argument of type Base.Iterators.Pairs, so it's not wrong. In contrast, the output of methods() is showing the declared signature.
I thought we perhaps used to print
kwargs...
, but right now we seem to print something quite awkwardly overcomplicated:vs.
The text was updated successfully, but these errors were encountered: