bundles / traitlets 5.14.3 / traitlets / config / loader / ConfigLoader
class
traitlets.config.loader:ConfigLoader
source: /traitlets/config/loader.py :470
Signature
class ConfigLoader ( log : Logger | None = None ) → None Members
Summary
A object for loading configurations from just about anywhere.
Extended Summary
The resulting configuration is packaged as a Config.
Notes
A ConfigLoader does one thing: load a config from a source (file, command line arguments) and returns the data as a Config object. There are lots of things that ConfigLoader does not do. It does not implement complex logic for finding config files. It does not handle default values or merge multiple configs. These things need to be handled elsewhere.
Aliases
-
traitlets.config.loader.ConfigLoader
Referenced by
Other packages
- IPython whatsnew:version0.11
- IPython whatsnew:version0.11
- IPython whatsnew:version0.11
- IPython whatsnew:version0.11
- IPython whatsnew:version0.11
- IPython whatsnew:version0.11
- IPython whatsnew:version0.11