Searched refs:_mock_call (Results 1 – 3 of 3) sorted by relevance
1104 return self._mock_call(*args, **kwargs)1107 def _mock_call(self, /, *args, **kwargs): member in CallableMixin
933 return self._mock_call(a)
895 <coroutine object AsyncMockMixin._mock_call at ...>