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
TypeError: combined_example() got an unexpected keyword argument 'pos_only'
820
+
TypeError: combined_example() got some positional-only arguments passed as keyword arguments: 'pos_only'
821
821
822
822
823
823
Finally, consider this function definition which has a potential collision between the positional argument ``name`` and ``**kwds`` which has ``name`` as a key::
0 commit comments