mirror of https://github.com/python/cpython
Add versionadded directive for BoundArguments.apply_defaults().
This commit is contained in:
parent
9e7990ae21
commit
5b3df5b600
|
@ -702,6 +702,8 @@ function.
|
|||
>>> ba.arguments
|
||||
OrderedDict([('a', 'spam'), ('b', 'ham'), ('args', ())])
|
||||
|
||||
.. versionadded:: 3.5
|
||||
|
||||
The :attr:`args` and :attr:`kwargs` properties can be used to invoke
|
||||
functions::
|
||||
|
||||
|
|
Loading…
Reference in New Issue