{ } Raw JSON

bundles / traitlets latest / traitlets / config / loader / load_pyconfig_files

function

traitlets.config.loader:load_pyconfig_files

source: /traitlets/config/loader.py :1158

Signature

def   load_pyconfig_files ( config_files : list[str] path : str )  →  Config

Summary

Load multiple Python config files, merging each of them in turn.

Parameters

config_files : list of str

List of config files names to load and merge into the config.

path : unicode

The full path to the location of the config files.

Aliases

  • traitlets.config.loader.load_pyconfig_files