Skip to content

Commit

Permalink
[3.13] pythongh-118577: Clarify that inspect.BoundArguments prefers t…
Browse files Browse the repository at this point in the history
…o put values in args (pythonGH-119936) (python#124005)

pythongh-118577: Clarify that inspect.BoundArguments prefers to put values in args (pythonGH-119936)
(cherry picked from commit 8e99495)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
  • Loading branch information
miss-islington and nineteendo authored Sep 24, 2024
1 parent 2cf67d3 commit 5fa7f5a
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 @@ -1018,7 +1018,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 5fa7f5a

Please sign in to comment.