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.
method_calls
NonCallableMock
1 parent e2c8d58 commit c42613eCopy full SHA for c42613e
stdlib/unittest/mock.pyi
@@ -199,6 +199,7 @@ class NonCallableMock(Base, Any):
199
call_count: int
200
call_args: _Call | MaybeNone
201
call_args_list: _CallList
202
+ method_calls: _CallList
203
mock_calls: _CallList
204
def _format_mock_call_signature(self, args: Any, kwargs: Any) -> str: ...
205
def _call_matcher(self, _call: tuple[_Call, ...]) -> _Call: ...
0 commit comments