You are viewing an older version (5.14.3). Go to latest (5.15.0)
{ } Raw JSON

bundles / traitlets 5.14.3 / traitlets / config / loader / FileConfigLoader

class

traitlets.config.loader:FileConfigLoader

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

Signature

class   FileConfigLoader ( filename : str path : str | None = None ** kw : t.Any )  →  None

Members

Summary

A base class for file based configurations.

Extended Summary

As we add more file based config loaders, the common logic should go here.

Aliases

  • traitlets.config.loader.FileConfigLoader