bundles / traitlets 5.14.3 / traitlets / config / loader / PyFileConfigLoader
class
traitlets.config.loader:PyFileConfigLoader
source: /traitlets/config/loader.py :608
Signature
class PyFileConfigLoader ( filename : str , path : str | None = None , ** kw : t.Any ) → None Members
Summary
A config loader for pure python files.
Extended Summary
This is responsible for locating a Python config file by filename and path, then executing it to construct a Config object.
Aliases
-
traitlets.config.PyFileConfigLoader