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