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

Function getcallargs

Lib/inspect.py:895–982  ·  view source on GitHub ↗

Get the mapping of arguments to values. A dict is returned, with keys the function argument names (including the names of the * and ** arguments, if any), and values the respective bound values from 'positional' and 'named'.

(func, *positional, **named)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

getargspecFunction · 0.85
ismethodFunction · 0.85
assignFunction · 0.85
is_assignedFunction · 0.85
popMethod · 0.45
encodeMethod · 0.45

Tested by

no test coverage detected