Searched defs:any_order (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 922 def assert_has_calls(self, calls, any_order=False): argument 2241 def assert_has_awaits(self, calls, any_order=False): argument
|
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 801 def assert_has_calls(self, calls, any_order=False): argument
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 849 def assert_has_calls(self, calls, any_order=False): argument
|
/external/python/mock/mock/ |
D | mock.py | 960 def assert_has_calls(self, calls, any_order=False): argument
|