config.ConfigOutputStream:
An output stream which can write either ANSI files with default
encoding or Unicode files with BOMs.
config.ConfigReader:
This internal class implements a parser for configurations.
config.Container:
This internal class is the base class for mappings and sequences.
config.Mapping:
This internal class implements key-value mappings in
configurations.
config.Config:
This class represents a configuration, and is the only one which
clients need to interface to, under normal circumstances.
config.Sequence:
This internal class implements a value which is a sequence of other
values.
config.Expression:
This internal class implements a value which is obtained by evaluating
an expression.
__builtin__.list:
list() -> new list list(sequence) -> new list initialized from
sequence's items
config.ConfigList:
This class implements an ordered list of configurations and allows you
to try getting the configuration from each entry in turn, returning the
first successfully obtained value.
config.Namespace:
This internal class is used for implementing default namespaces.
config.Reference:
This internal class implements a value which is a reference to another
value.