pogona.assemble_config_recursively

pogona.assemble_config_recursively(conf: Union[str, Dict], base_path: Optional[str] = None, override_conf: Optional[Dict] = None) Dict[source]
Parameters
  • conf – Either the filename of a YAML config file or a dictionary of one that has already been loaded.

  • base_path – Only required if conf is not a filename. Path relative to which to search for inherited configuration files.

  • override_conf – If given, update the original configuration given with conf after all other files have been inherited from.