bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
This commit is contained in:
parent
80a50368c0
commit
9b01c598ca
|
@ -647,6 +647,9 @@ the *new_callable* argument to :func:`patch`.
|
||||||
arguments and make more complex assertions. See
|
arguments and make more complex assertions. See
|
||||||
:ref:`calls as tuples <calls-as-tuples>`.
|
:ref:`calls as tuples <calls-as-tuples>`.
|
||||||
|
|
||||||
|
.. versionchanged:: 3.8
|
||||||
|
Added ``args`` and ``kwargs`` properties.
|
||||||
|
|
||||||
|
|
||||||
.. attribute:: call_args_list
|
.. attribute:: call_args_list
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue