class documentation

class ConfigParserWithDefaults(configparser.ConfigParser):

View In Hierarchy

This is just a wrapper on ConfigParser, that uses default values

Method get Undocumented
Method getint Undocumented
def get(self, section, options, **kwargs):

Undocumented

def getint(self, section, options, **kwargs):

Undocumented