AFL.automation.mixing.MixDB#
Functions
|
A decorator indicating abstract methods. |
Classes
|
Helper class that provides a standard way to create an ABC using inheritance. |
|
|
|
|
|
|
|
A dictionary-like class that serializes changes to disk |
|
Exceptions
|
|
|
- class AFL.automation.mixing.MixDB.MixDB(db_spec: str | Path | DataFrame | None = None)[source]#
-
- static get_db()[source]#
Retrieve the global _MIXDB instance.
- Raises:
ValueError – If _MIXDB is not set.
- Returns:
The _MIXDB instance.