Browse Source

Issue 24191: Document BoundArguments.signature

pull/9921/head
Yury Selivanov 11 years ago
parent
commit
dee32bd256
  1. 4
      Doc/library/inspect.rst

4
Doc/library/inspect.rst

@ -699,6 +699,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::

Loading…
Cancel
Save