Searched refs:attribute_or_list (Results 1 – 1 of 1) sorted by relevance
84 def _read_attribute(self, item, attribute_or_list): argument85 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, argument106 actual_list = sorted(self._read_attribute(item, attribute_or_list)