コード例 #1
0
 def match(self, match: config.Match) -> bool:
     return match.compare(self)
コード例 #2
0
ファイル: base.py プロジェクト: yobleck/qtile
 def match(self, match: config.Match) -> bool:
     """Compare this window against a Match instance."""
     return match.compare(self)