bundles / traitlets 5.15.0 / traitlets / config / loader / Config / _ensure_subconfig
function
traitlets.config.loader:Config._ensure_subconfig
source: /traitlets/config/loader.py :242
Signature
def _ensure_subconfig ( self ) → None Summary
ensure that sub-dicts that should be Config objects are
Extended Summary
casts dicts that are under section keys to Config objects, which is necessary for constructing Config objects from dict literals.
Aliases
-
traitlets.config.Config._ensure_subconfig