Skip to content

multi_analyzer

MultiAnalyzer

MultiAnalyzer(analyzers: list[IAnalyzer], max_workers: int = 10, debug: bool = False, debug_delimiter: str = '; ')

Bases: IAsyncAnalyzer

MultiAnalyzer is a class that allows for the parallel execution of multiple analyzers. It can take IAnalyzer and IAsyncAnalyzer instances and can be used to run multiple analyzers concurrently.