AbstractAnalyzer.init_state#
- abstractmethod AbstractAnalyzer.init_state(*args, **kwargs)[source]#
Initialize the analyzer state.
- Returns:
- state
Initial state tuple containing the analyzer’s internal data structures. The exact structure depends on the specific implementation.
Notes
This method creates the initial state that will be passed to subsequent calls to __call__. The state should contain all necessary data structures for accumulating analysis results.