Home
last modified time | relevance | path

Searched refs:_delegating_property (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/pymock/
Dmock.py392 def _delegating_property(name): function
588 called = _delegating_property('called')
589 call_count = _delegating_property('call_count')
590 call_args = _delegating_property('call_args')
591 call_args_list = _delegating_property('call_args_list')
592 mock_calls = _delegating_property('mock_calls')
/external/python/cpython2/Lib/test/
D_mock_backport.py288 def _delegating_property(name): function
500 called = _delegating_property('called')
501 call_count = _delegating_property('call_count')
502 call_args = _delegating_property('call_args')
503 call_args_list = _delegating_property('call_args_list')
504 mock_calls = _delegating_property('mock_calls')