1 2 3 4 5 6 7 8
class MatcherBase(object): def __init__(self, criteria): self._criteria = criteria def match(self, xml): return False