Searched refs:MatchEntry (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc-build-scripts/tools/ |
H A D | owners | 23 class MatchEntry(TypedDict, total=False): class 36 matchers: List[MatchEntry] 111 def __add_entry(self, entry: MatchEntry) -> None: argument 115 def __exact(self, file: str, entry: MatchEntry) -> None: argument 119 def __partial_regex(self, file: str, entry: MatchEntry) -> None: argument 123 def __regex(self, file: str, entry: MatchEntry) -> None: argument 127 def __suffix(self, file: str, entry: MatchEntry) -> None: argument
|