Searched refs:attr_name (Results 1 – 2 of 2) sorted by relevance
31 attr_name = attrib_path[first_dot+1:]32 return tags, attr_name41 tags, attr_name = parse_attrib_path(attrib_path)51 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]