]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue 24191: Document BoundArguments.signature
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 14 May 2015 18:14:02 +0000 (14:14 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 14 May 2015 18:14:02 +0000 (14:14 -0400)
Doc/library/inspect.rst

index c540b1164577a6d68a1eafb51d7690f2417937e3..a6b5e801294dedb295c68821362986049d756c8f 100644 (file)
@@ -660,6 +660,10 @@ function.
       A dict of keyword arguments values.  Dynamically computed from the
       :attr:`arguments` attribute.
 
+   .. attribute:: BoundArguments.signature
+
+      A reference to the parent :class:`Signature` object.
+
    The :attr:`args` and :attr:`kwargs` properties can be used to invoke
    functions::