Fix 2.7 warnings by extracting kwargs
When arguments are aggregated using *args, the kwargs are represented as a hash. Let's use **kwargs to separate them from args
Showing
Please register or sign in to comment
When arguments are aggregated using *args, the kwargs are represented as a hash. Let's use **kwargs to separate them from args