Searched refs:_delegating_property (Results 1 – 2 of 2) sorted by relevance
392 def _delegating_property(name): function588 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')
288 def _delegating_property(name): function500 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')