Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8279619

Browse files
committed
Issue 24191: Document BoundArguments.signature
1 parent 2249d9f commit 8279619

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/inspect.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,10 @@ function.
660660
A dict of keyword arguments values. Dynamically computed from the
661661
:attr:`arguments` attribute.
662662

663+
.. attribute:: BoundArguments.signature
664+
665+
A reference to the parent :class:`Signature` object.
666+
663667
The :attr:`args` and :attr:`kwargs` properties can be used to invoke
664668
functions::
665669

0 commit comments

Comments
 (0)