Thanks to visit codestin.com Credit goes to github.com
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 2249d9f commit 8279619Copy full SHA for 8279619
1 file changed
Doc/library/inspect.rst
@@ -660,6 +660,10 @@ function.
660
A dict of keyword arguments values. Dynamically computed from the
661
:attr:`arguments` attribute.
662
663
+ .. attribute:: BoundArguments.signature
664
+
665
+ A reference to the parent :class:`Signature` object.
666
667
The :attr:`args` and :attr:`kwargs` properties can be used to invoke
668
functions::
669
0 commit comments