Package lemon :: Package external :: Package Cheetah :: Module SettingsManager :: Class ConfigParserCaseSensitive
[show private | hide private]
[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.0 on Mon Nov 10 15:07:47 2003 http://epydoc.sf.net