We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e4ca7 commit e9e6dfaCopy full SHA for e9e6dfa
Lib/unittest/mock.py
@@ -606,8 +606,8 @@ def __class__(self):
606
return self._spec_class
607
608
called = _delegating_property('called')
609
- call_args = _delegating_property('call_args')
610
call_count = _delegating_property('call_count')
+ call_args = _delegating_property('call_args')
611
call_args_list = _delegating_property('call_args_list')
612
mock_calls = _delegating_property('mock_calls')
613
0 commit comments