Package Cheetah :: Module SettingsManager :: Class ConfigParserCaseSensitive
[frames | no frames]

Class ConfigParserCaseSensitive

RawConfigParser --+    
                  |    
       ConfigParser --+
                      |
                     ConfigParserCaseSensitive


A case sensitive version of the standard Python ConfigParser.
Method Summary
  optionxform(self, optionstr)
Don't change the case as is done in the default implemenation.
    Inherited from ConfigParser
  get(self, section, option, raw, vars)
Get an option value for a given section.
  items(self, section, raw, vars)
Return a list of tuples with (name, value) for each option in the section.

Method Details

optionxform(self, optionstr)

Don't change the case as is done in the default implemenation.
Overrides:
ConfigParser.RawConfigParser.optionxform

Generated by Epydoc 2.1 on Mon Nov 27 08:44:01 2006 http://epydoc.sf.net