mirror of https://github.com/python/cpython
Issue 24191: Document BoundArguments.signature
This commit is contained in:
commit
dee32bd256
|
@ -699,6 +699,10 @@ function.
|
||||||
A dict of keyword arguments values. Dynamically computed from the
|
A dict of keyword arguments values. Dynamically computed from the
|
||||||
:attr:`arguments` attribute.
|
: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
|
The :attr:`args` and :attr:`kwargs` properties can be used to invoke
|
||||||
functions::
|
functions::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue