Python Paste


configwrapper

Deprecated (13 Aug 2006)


Attributes

a __warningregistry__

{('initools.configwrapper is not supported or recommended for use.', <class exceptions.DeprecationWarning at 0xb7d31efc>, 8): 1}

Functions

f clean_name(name) ...

f load_options(parser, options, config, if_exists=True) ...

Given a parser object and the parsed options and a configuration object or filename, this will load the configuration into the parsed options.

Classes

C NoDefault(...) ...

C Config(...) ...

A configuration object. Acts a little like a dictionary, but not really.

Configuration can be nested with [section] markers, or can be flat (everything globally available). If in sections then section.key is used, otherwise just key.

This class contains 14 members.

See the source for more information.