inspect.formatargvalues(args[, varargs, varkw, locals, formatarg, formatvarargs, formatvarkw, formatvalue])
Format a pretty argument spec from the four values returned by getargvalues()
. The format* arguments are the corresponding optional formatting functions that are called to turn names and values into strings.
Deprecated since version 3.5: Use signature()
and Signature Object, which provide a better introspecting API for callables.
Please login to continue.