in processor.py [0:0]
def match(self, part: ProcessorPart) -> bool: return any(p.match(part) for p in self._processor_list)