Package mapnik :: Package ogcserver :: Module configparser :: Class SafeConfigParser

Class SafeConfigParser

ConfigParser.RawConfigParser --+        
                               |        
       ConfigParser.ConfigParser --+    
                                   |    
       ConfigParser.SafeConfigParser --+
                                       |
                                      SafeConfigParser

Instance Methods
 
items_with_value(self, section)
 
has_option_with_value(self, section, option)

Inherited from ConfigParser.SafeConfigParser: set

Inherited from ConfigParser.ConfigParser: get, items

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

Class Variables

Inherited from ConfigParser.RawConfigParser: OPTCRE, SECTCRE