Provide read and write access to application configuration
settings.
Built as a wrapper around ConfigParser: Properties exist to read and
write values but ConfigParser does the actual reading and writing of the
configuration file.
|
__init__(self,
path)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
read(self)
Read settings from file specified in constructor. |
source code
|
|
|
write(self)
Write settings to file specified in constructor and raise IOError if
failed. |
source code
|
|
|
|
|
set_selected_event_box_drawer(self,
selected) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from general.observer.Observable :
listen_for ,
listen_for_any ,
register ,
unlisten ,
unregister
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|