Searched refs:attrib_path (Results 1 – 1 of 1) sorted by relevance
28 def parse_attrib_path(attrib_path): argument29 first_dot = attrib_path.index('.')30 tags = attrib_path[:first_dot].split('::')31 attr_name = attrib_path[first_dot+1:]40 for attrib_path in ATTRS_TO_SHOW:41 tags, attr_name = parse_attrib_path(attrib_path)