pipeline.infrastructure.launcher¶
Pipeline initialization and context management.
This module provides classes for initializing the pipeline and managing pipeline state, including loading and saving context from/to disk.
- Classes:
Context: Container for all pipeline state during execution. Pipeline: Entry point for initializing and managing the pipeline.
Classes¶
|
A class holds all pipeline state for a given execution. |
|
Emitted when a pipeline Context is created. |
|
Emitted when a pipeline Context is resumed. |
|
Entry point for initializing the pipeline. |
Variables¶
Built-in immutable sequence. |
|
Instances of the Logger class represent a single logging channel. |
|
Built-in mutable sequence. |
|
bool(x) -> bool |
|