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
call.Param should change the name of normalize_kwarg and normalize_arg to handle_kwargs and handle_args and then those should call submethods handle_param or handle_arg and handle_kwarg so you could call param_instance.handle_kwarg(name, value) if you wanted
The text was updated successfully, but these errors were encountered:
call.Param
should change the name ofnormalize_kwarg
andnormalize_arg
tohandle_kwargs
andhandle_args
and then those should call submethodshandle_param
orhandle_arg
andhandle_kwarg
so you could callparam_instance.handle_kwarg(name, value)
if you wantedThe text was updated successfully, but these errors were encountered: