inspect.formatargvalues()

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.

doc_python
2016-10-07 17:34:57
Comments
Leave a Comment

Please login to continue.