We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5597db commit 8e99495Copy full SHA for 8e99495
1 file changed
Doc/library/inspect.rst
@@ -1043,7 +1043,8 @@ function.
1043
.. attribute:: BoundArguments.kwargs
1044
1045
A dict of keyword arguments values. Dynamically computed from the
1046
- :attr:`arguments` attribute.
+ :attr:`arguments` attribute. Arguments that can be passed positionally
1047
+ are included in :attr:`args` instead.
1048
1049
.. attribute:: BoundArguments.signature
1050
0 commit comments