scaffold.conf

Submodules

Attributes

legacy_scaffold_store

scaffold_store

Functions

add_if_not_exists(store, cfg_object, group, name)

Add a config to the store if it doesn't already exist.

register_all(→ None)

Import all scaffold conf modules (triggering store() calls) then flush to hydra's ConfigStore.

Package Contents

scaffold.conf.add_if_not_exists(store: hydra_zen.ZenStore, cfg_object: Any, group: str, name: str)

Add a config to the store if it doesn’t already exist. :param store: the ZenStore to add to :param cfg_object: the config object to add :param group: the Hydra config group to add to :param name: the name of the config within the group

scaffold.conf.register_all() None

Import all scaffold conf modules (triggering store() calls) then flush to hydra’s ConfigStore.

scaffold.conf.legacy_scaffold_store
scaffold.conf.scaffold_store