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