adf_core_python.core.config package#

Submodules#

adf_core_python.core.config.config module#

class adf_core_python.core.config.config.Config(config_file: str | None = None)#

ベースクラス: object

flatten(data: dict[str, Any], parent_key: str = '', sep: str = '.') dict[str, Any]#
get_value(key: str, default: Any = None) Any#
read_from_yaml(file_name: str) dict[str, Any]#
set_value(key: str, value: Any) None#

Module contents#