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

Function getargs

Lib/inspect.py:744–800  ·  view source on GitHub ↗

Get information about the arguments accepted by a code object. Three things are returned: (args, varargs, varkw), where 'args' is a list of argument names (possibly containing nested lists), and 'varargs' and 'varkw' are the names of the * and ** arguments or None.

(co)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

getargspecFunction · 0.70
getargvaluesFunction · 0.70

Calls 5

iscodeFunction · 0.85
listClass · 0.50
formatMethod · 0.45
appendMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected