
Last chance! 50% off unlimited learning
Sale ends in
Returns a list of argument names and values for use for parameter processing functions.
get_args(formal.args, dot.args)
A list of argument names and values.
The output of formals(sys.function())
.
The output of list(...)
.