Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
D_mock_backport.py910 return _mock_self._mock_call(*args, **kwargs)
913 def _mock_call(_mock_self, *args, **kwargs): member in CallableMixin
/external/pdfium/third_party/pymock/
Dmock.py955 return _mock_self._mock_call(*args, **kwargs)
958 def _mock_call(_mock_self, *args, **kwargs): member in CallableMixin
/external/python/mock/mock/
Dmock.py1092 return _mock_self._mock_call(*args, **kwargs)
1095 def _mock_call(_mock_self, *args, **kwargs): member in CallableMixin
/external/python/cpython3/Lib/unittest/
Dmock.py1093 return self._mock_call(*args, **kwargs)
1096 def _mock_call(self, /, *args, **kwargs): member in CallableMixin
/external/python/mock/mock/tests/
Dtestmock.py898 return self._mock_call(a)
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py905 return self._mock_call(a)
/external/python/cpython3/Doc/library/
Dunittest.mock.rst894 <coroutine object AsyncMockMixin._mock_call at ...>