Class w.c.c.WaderConfigBase(object):

Part of wader.common.configbase View In Hierarchy

Known subclasses: wader.common.configbase.MobileProfile

I manage Wader's configuration
Method __init__ Undocumented
Method get Undocumented
Method getboolean Undocumented
Method getint Undocumented
Method write Saves the current configuration to self.path
Method set Undocumented
Method setboolean Undocumented
Method serialize Returns the path where the profile has been serialized
Method close Undocumented
def __init__(self, path):
Undocumented
def _read_settings(self):
Undocumented
def get(self, section, option):
Undocumented
def getboolean(self, section, option):
Undocumented
def getint(self, section, option):
Undocumented
def write(self):
Saves the current configuration to self.path
def set(self, section, option, value):
Undocumented
def setboolean(self, section, option, val):
Undocumented
def serialize(self, path=None):

Returns the path where the profile has been serialized

The caller is responsible of removing the file
def close(self):
Undocumented
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.