8000 [3.13] gh-118577: Clarify that inspect.BoundArguments prefers to put … · python/cpython@5fa7f5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fa7f5a

Browse files
[3.13] gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936) (#124005)
gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936) (cherry picked from commit 8e99495) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
1 parent 2cf67d3 commit 5fa7f5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/inspect.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,8 @@ function.
10181018
.. attribute:: BoundArguments.kwargs
10191019

10201020
A dict of keyword arguments values. Dynamically computed from the
1021-
:attr:`arguments` attribute.
1021+
:attr:`arguments` attribute. Arguments that can be passed positionally
1022+
are included in :attr:`args` instead.
10221023

10231024
.. attribute:: BoundArguments.signature
10241025

0 commit comments

Comments
 (0)
0