Exemple #1
0
 def match(self, match: config.Match) -> bool:
     return match.compare(self)
Exemple #2
0
 def match(self, match: config.Match) -> bool:
     """Compare this window against a Match instance."""
     return match.compare(self)