gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936)

This commit is contained in:
Nice Zombies 2024-09-12 14:03:32 +02:00 committed by GitHub
parent f5597dbd0e
commit 8e99495701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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