Home
last modified time | relevance | path

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

/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/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/python/cpython3/Lib/unittest/
Dmock.py960 return _mock_self._mock_call(*args, **kwargs)
963 def _mock_call(_mock_self, *args, **kwargs): member in CallableMixin
/external/python/mock/mock/
Dmock.py1062 return _mock_self._mock_call(*args, **kwargs)
1065 def _mock_call(_mock_self, *args, **kwargs): member in CallableMixin
/external/python/mock/mock/tests/
Dtestmock.py727 return self._mock_call(a)
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py815 return self._mock_call(a)