Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b01c59

Browse files
authored
bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
1 parent 80a5036 commit 9b01c59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/unittest.mock.rst

+3
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,9 @@ the *new_callable* argument to :func:`patch`.
647647
arguments and make more complex assertions. See
648648
:ref:`calls as tuples <calls-as-tuples>`.
649649

650+
.. versionchanged:: 3.8
651+
Added ``args`` and ``kwargs`` properties.
652+
650653

651654
.. attribute:: call_args_list
652655

0 commit comments

Comments
 (0)