Package mrv :: Module conf :: Class _FixedConfigParser
[hide private]
[frames] | no frames]

Class _FixedConfigParser

source code

ConfigParser.RawConfigParser --+
                               |
                              _FixedConfigParser

The RawConfigParser stores options lowercase - but we do not want that and keep the case - for this we just need to override a method
Instance Methods [hide private]
 
optionxform(self, option) source code

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

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

Class Variables [hide private]

Inherited from ConfigParser.RawConfigParser: OPTCRE, SECTCRE

Inherited from ConfigParser.RawConfigParser (private): _boolean_states

Method Details [hide private]

optionxform(self, option)

source code 
Overrides: ConfigParser.RawConfigParser.optionxform