Commit 82796193 authored by Yury Selivanov's avatar Yury Selivanov

Issue 24191: Document BoundArguments.signature

parent 2249d9f7
......@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment