Index of the configwrapper module
-
m
initools.configwrapper
...
- Deprecated (13 Aug 2006)
- a __warningregistry__ ...
-
C
Config
...
- A configuration object. Acts a little like a dictionary, but not
really.
- a allow_empty_sections ...
- a false_values ...
- a true_values ...
- f __init__ ...
- f clean_section ...
- f get ... - Get a single value, returning default if none found.
- f getbool ... - Get a single boolean value. Boolean values are things like true, false, etc.
-
f
getinlinelist
...
-
Get a list, where the list is defined like:
- f getint ... - Get an integer value.
-
f
getlist
...
-
Get a list of all matching keys. Example:
- f getraw ... - Mostly for internal use, returns a list of all matching keys.
- f getstartswith ... - Returns a list of [(key, value), ...] for all keys in the section that start with startswith.
- f keys ...
- f sections ...
-
C
NoDefault
...
- f clean_name ...
- f load_options ... - Given a parser object and the parsed options and a configuration object or filename, this will load the configuration into the parsed options.