avl._core.phase_manager module
- class avl._core.phase_manager.PhaseManager[source]
- static get_phase(name: str) Phase[source]
Gets a phase by name.
- Parameters:
name (str) – Name of the phase.
- Returns:
The phase with the given name.
- Return type:
- static add_phase(name, after: Phase | None = None, top_down: bool = True) Phase[source]
Adds a phase to the manager.
- static remove_phase(name: str) None[source]
Removes a phase from the manager.
- Parameters:
name (str) – Name of the phase.