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::