analyzer.core.executors.immediate_exec

Attributes

Classes

ImmediateExecutor

Helper class that provides a standard way to create an ABC using

Module Contents

analyzer.core.executors.immediate_exec.logger[source]
class analyzer.core.executors.immediate_exec.ImmediateExecutor[source]

Bases: analyzer.core.executors.executor.Executor

Helper class that provides a standard way to create an ABC using inheritance.

chunk_size: int = 100000[source]
deepcopy_analyzer: bool = True[source]
run(analyzer, tasks, max_sample_events=None)[source]