Home
last modified time | relevance | path

Searched refs:_delegating_property (Results 1 – 4 of 4) 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')
/external/python/cpython3/Lib/unittest/
Dmock.py283 def _delegating_property(name): function
504 called = _delegating_property('called')
505 call_count = _delegating_property('call_count')
506 call_args = _delegating_property('call_args')
507 call_args_list = _delegating_property('call_args_list')
508 mock_calls = _delegating_property('mock_calls')
/external/python/mock/mock/
Dmock.py405 def _delegating_property(name): function
617 called = _delegating_property('called')
618 call_count = _delegating_property('call_count')
619 call_args = _delegating_property('call_args')
620 call_args_list = _delegating_property('call_args_list')
621 mock_calls = _delegating_property('mock_calls')