[docs] BoundArguments.signature not documented (issue 24191)

pitrou at free.fr pitrou at free.fr
Thu May 14 18:30:21 CEST 2015


Reviewers: ,

Message:
Looks good to me!



Please review this at http://bugs.python.org/review/24191/

Affected files:
  Doc/library/inspect.rst


diff -r 07b88b324243 Doc/library/inspect.rst
--- a/Doc/library/inspect.rst	Thu May 14 08:51:09 2015 -0400
+++ b/Doc/library/inspect.rst	Thu May 14 11:28:25 2015 -0400
@@ -699,6 +699,10 @@
       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::
 




More information about the docs mailing list