cerebralcortex.core.config_manager package

Submodules

cerebralcortex.core.config_manager.config module

class Configuration(config_dir: str, cc_configs: dict = '', config_file_name: str = 'cerebralcortex.yml')[source]

Bases: cerebralcortex.core.config_manager.config_handler.ConfigHandler

cerebralcortex.core.config_manager.config_handler module

class ConfigHandler[source]

Bases: object

load_file(filepath: str, default_configs=False)[source]

Helper method to load a yaml file

Parameters:filepath (str) – path to a yml configuration file

Module contents