Commit 5b3df5b6 authored by Berker Peksag's avatar Berker Peksag

Add versionadded directive for BoundArguments.apply_defaults().

parent 9e7990ae
......@@ -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::
......
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