mirror of https://github.com/python/cpython
gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936)
This commit is contained in:
parent
f5597dbd0e
commit
8e99495701
|
@ -1043,7 +1043,8 @@ function.
|
|||
.. attribute:: BoundArguments.kwargs
|
||||
|
||||
A dict of keyword arguments values. Dynamically computed from the
|
||||
:attr:`arguments` attribute.
|
||||
:attr:`arguments` attribute. Arguments that can be passed positionally
|
||||
are included in :attr:`args` instead.
|
||||
|
||||
.. attribute:: BoundArguments.signature
|
||||
|
||||
|
|
Loading…
Reference in New Issue