{ } Raw JSON

bundles / traitlets latest / traitlets / config / loader / DeferredConfigString

class

traitlets.config.loader:DeferredConfigString

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

Members

Summary

Config value for loading config from a string

Extended Summary

Interpretation is deferred until it is loaded into the trait.

Subclass of str for backward compatibility.

This class is only used for values that are not listed in the configurable classes.

When config is loaded, trait.from_string will be used.

If an error is raised in .from_string, the original string is returned.

Aliases

  • traitlets.config.DeferredConfigString