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