Searched refs:area_dict (Results 1 – 1 of 1) sorted by relevance
186 for area_name, area_dict in _load_maintainers(self.filename).items():189 area.status = area_dict.get("status")190 area.maintainers = area_dict.get("maintainers", [])191 area.collaborators = area_dict.get("collaborators", [])192 area.inform = area_dict.get("inform", [])193 area.labels = area_dict.get("labels", [])194 area.tests = area_dict.get("tests", [])195 area.tags = area_dict.get("tags", [])196 area.description = area_dict.get("description")201 _get_match_fn(area_dict.get("files"),[all …]