Searched defs: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 111 def __add_entry(self, entry: MatchEntry) -> None: 115 def __exact(self, file: str, entry: MatchEntry) -> None: 119 def __partial_regex(self, file: str, entry: MatchEntry) -> None: 123 def __regex(self, file: str, entry: MatchEntry) -> None: 127 def __suffix(self, file: str, entry: MatchEntry) -> None:
|