Home
last modified time | relevance | path

Searched defs:assert_any_call (Results 1 – 3 of 3) 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
/external/python/cpython3/Lib/unittest/
Dmock.py215 def assert_any_call(*args, **kwargs): function
979 def assert_any_call(self, /, *args, **kwargs): member in NonCallableMock