Cheetah :: SettingsManager :: ConfigParserCaseSensitive :: Class ConfigParserCaseSensitive
[hide private]
[frames] | no frames]

Class ConfigParserCaseSensitive



ConfigParser.RawConfigParser --+    
                               |    
       ConfigParser.ConfigParser --+
                                   |
                                  ConfigParserCaseSensitive

A case sensitive version of the standard Python ConfigParser.

Instance Methods [hide private]
 
optionxform(self, optionstr)
Don't change the case as is done in the default implemenation.

Inherited from ConfigParser.ConfigParser: get, items

Inherited from ConfigParser.ConfigParser (private): _interpolate, _interpolation_replace

Inherited from ConfigParser.RawConfigParser: __init__, add_section, defaults, getboolean, getfloat, getint, has_option, has_section, options, read, readfp, remove_option, remove_section, sections, set, write

Inherited from ConfigParser.RawConfigParser (private): _get, _read

Class Variables [hide private]

Inherited from ConfigParser.ConfigParser (private): _KEYCRE

Inherited from ConfigParser.RawConfigParser: OPTCRE, SECTCRE

Inherited from ConfigParser.RawConfigParser (private): _boolean_states

Method Details [hide private]

optionxform(self, optionstr)

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