Searched refs:_delegating_property (Results 1 – 4 of 4) 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')
283 def _delegating_property(name): function504 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')
405 def _delegating_property(name): function617 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')