Searched refs:attr_name (Results 1 – 2 of 2) sorted by relevance
292 attr_name = attrib_path[first_dot + 1 :]293 return tags, attr_name308 tags, attr_name = parse_attrib_path(attrib_path)318 test_info[attr_name] = node.attrib[attr_name]
296 def safe_attr(self, obj, attr_name): argument297 if attr_name in obj:298 return obj[attr_name]