Skip to content

Commit

Permalink
gh-118577: Clarify that inspect.BoundArguments prefers to put values …
Browse files Browse the repository at this point in the history
…in args (GH-119936)
  • Loading branch information
nineteendo authored Sep 12, 2024
1 parent f5597db commit 8e99495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/library/inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e99495

Please sign in to comment.