in content_api.py [0:0]
def __repr__(self) -> str: parts = ', '.join(repr(part) for part in self.all_parts) return f'ProcessorContent({parts})'