[Python-checkins] cpython (merge 3.4 -> default): Issue 24191: Document BoundArguments.signature

yury.selivanov python-checkins at python.org
Thu May 14 20:14:26 CEST 2015


https://hg.python.org/cpython/rev/970454df99cd
changeset:   96051:970454df99cd
parent:      96049:4347ce7acd84
parent:      96050:1012a8138fcb
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu May 14 14:14:18 2015 -0400
summary:
  Issue 24191: Document BoundArguments.signature

files:
  Doc/library/inspect.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -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::
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list