[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:
Miss Islington (bot) 2024-09-12 14:14:42 +02:00 committed by GitHub
parent 9e93556f0a
commit 5c15b1a05a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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