Home
last modified time | relevance | path

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

/external/autotest/frontend/shared/
Dresource_test_utils.py84 def _read_attribute(self, item, attribute_or_list): argument
85 if isinstance(attribute_or_list, basestring):
86 attribute_or_list = [attribute_or_list]
87 for attribute in attribute_or_list:
92 def check_collection(self, collection, attribute_or_list, expected_list, argument
106 actual_list = sorted(self._read_attribute(item, attribute_or_list)