MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / getargvalues

Function getargvalues

Lib/inspect.py:822–830  ·  view source on GitHub ↗

Get information about arguments passed into a particular frame. A tuple of four things is returned: (args, varargs, varkw, locals). 'args' is a list of the argument names (it may contain nested lists). 'varargs' and 'varkw' are the names of the * and ** arguments or None. 'locals' i

(frame)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

getargsFunction · 0.70

Tested by

no test coverage detected