Home
last modified time | relevance | path

Searched defs:assert_any_call (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/pymock/
Dmock.py306 def assert_any_call(*args, **kwargs): function
881 def assert_any_call(self, *args, **kwargs): member in NonCallableMock
/external/python/cpython2/Lib/test/
D_mock_backport.py211 def assert_any_call(*args, **kwargs): function
835 def assert_any_call(self, *args, **kwargs): member in NonCallableMock