accml_lib.core.config.repository package

Submodules

accml_lib.core.config.repository.base module

class accml_lib.core.config.repository.base.Repository[source]

Bases: ABC, Generic[T]

abstractmethod load()[source]
Return type:

Sequence[TypeVar(T)]

accml_lib.core.config.repository.file_repository module

class accml_lib.core.config.repository.file_repository.FileRepository(model_cls, path)[source]

Bases: Repository[T]

Parameters:
load()[source]
Return type:

List[TypeVar(T)]

Module contents