Searched defs:application_matches (Results 1 – 2 of 2) sorted by relevance
412 def application_matches(self: "BaseDevice") -> Dict[str, EvdevMatch]: member in BaseDevice416 def application_matches(self: "BaseDevice", data: Dict[str, EvdevMatch]) -> None: member in BaseDevice
25 application_matches: Final = { variable