add_signature_parameters
: intelligently support parameters that can not be first or last
#41
Labels
enhancement
New feature or request
We could introduce two new arguments
first_possible
andlast_possible
, that would intelligently position the provided parameters according to their kind/default value.For example
**kwargs
, parameters from thelast_possible
would place themselves before it.first_possible
that have a default value would place themselves after themThe text was updated successfully, but these errors were encountered: