Searched refs:_mock_call (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/pymock/ |
D | mock.py | 955 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.py | 910 return _mock_self._mock_call(*args, **kwargs) 913 def _mock_call(_mock_self, *args, **kwargs): member in CallableMixin
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 960 return _mock_self._mock_call(*args, **kwargs) 963 def _mock_call(_mock_self, *args, **kwargs): member in CallableMixin
|
/external/python/mock/mock/ |
D | mock.py | 1062 return _mock_self._mock_call(*args, **kwargs) 1065 def _mock_call(_mock_self, *args, **kwargs): member in CallableMixin
|
/external/python/mock/mock/tests/ |
D | testmock.py | 727 return self._mock_call(a)
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmock.py | 815 return self._mock_call(a)
|