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 9e93556 commit 5c15b1aCopy full SHA for 5c15b1a
Doc/library/inspect.rst
@@ -986,7 +986,8 @@ function.
986
.. attribute:: BoundArguments.kwargs
987
988
A dict of keyword arguments values. Dynamically computed from the
989
- :attr:`arguments` attribute.
+ :attr:`arguments` attribute. Arguments that can be passed positionally
990
+ are included in :attr:`args` instead.
991
992
.. attribute:: BoundArguments.signature
993
0 commit comments