mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[stdlib] Add method_calls attribute to NonCallableMock class (#15076)
This commit is contained in:
@@ -199,6 +199,7 @@ class NonCallableMock(Base, Any):
|
||||
call_count: int
|
||||
call_args: _Call | MaybeNone
|
||||
call_args_list: _CallList
|
||||
method_calls: _CallList
|
||||
mock_calls: _CallList
|
||||
def _format_mock_call_signature(self, args: Any, kwargs: Any) -> str: ...
|
||||
def _call_matcher(self, _call: tuple[_Call, ...]) -> _Call: ...
|
||||
|
||||
Reference in New Issue
Block a user