Configs#
- class ice.configs.Config(cfg_path=None)[source]#
Bases:
dict
- path_get(path: List[str])[source]#
Get value from config’s field defined with path.
- Parameters:
path (List[str]) – A path to the field in the config defined with sequence of nested fields.
- Returns:
A value from specified field.
- Return type:
object