Home
last modified time | relevance | path

Searched refs:_mock_call (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/unittest/
Dmock.py1104 return self._mock_call(*args, **kwargs)
1107 def _mock_call(self, /, *args, **kwargs): member in CallableMixin
/third_party/python/Lib/unittest/test/testmock/
Dtestmock.py933 return self._mock_call(a)
/third_party/python/Doc/library/
Dunittest.mock.rst895 <coroutine object AsyncMockMixin._mock_call at ...>