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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected