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

Function getargspec

Lib/inspect.py:804–818  ·  view source on GitHub ↗

Get the names and default values of a function's arguments. A tuple of four things is returned: (args, varargs, varkw, defaults). '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. 'defaults' i

(func)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

getcallargsFunction · 0.85

Calls 4

ismethodFunction · 0.85
isfunctionFunction · 0.85
getargsFunction · 0.70
formatMethod · 0.45

Tested by

no test coverage detected