Package flumotion :: Package admin :: Module settings :: Class Settings
[hide private]

type Settings

source code

object --+
         |
        Settings

Sets up the settings. Expects a filename where settings will be stored

Instance Methods [hide private]
 
__init__(self, filename=None) source code
 
read(self) source code
 
save(self) source code
 
_append(self, doc, root, key, value) source code
 
setValue(self, key, value) source code
 
getValue(self, key, default=None) source code
 
hasValue(self, key) source code
Method Details [hide private]

__init__(self, filename=None)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)