mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936) (GH-124004)
(cherry picked from commit 8e99495701)
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
This commit is contained in:
parent
9e93556f0a
commit
5c15b1a05a
1 changed files with 2 additions and 1 deletions
|
|
@ -986,7 +986,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…
Add table
Add a link
Reference in a new issue