config

On this page

config#

Specify parameters in a configuration tree.

Contents#

Application and Sections

Application

Base application class.

Section

Object holding configurable values.

Subsection

Descriptor for subsection.

tag_all_traits

Tag all class-own traits.

Traits

Fixable

Fixable parameter, specified in a filename pattern.

Range

Allow to specify a list of items using ranges.

Loading

ConfigValue

Value obtained from a source.

ConfigLoader

Abstract ConfigLoader.

CLILoader

Load config from command line.

DictLoader

Loader for mappings.

FileLoader

Load config from a file.

Undefined

traitlets.Sentinel object for undefined configuration values.

Modules#

application

Main entry point for configuration.

docs

Documentation related utilities.

loaders

Configuration loaders.

section

Section: nested equivalent of Configurable.

traits

New traits.

types

Type definitions.