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 x.__class__.__doc__ 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_balloon_on_hover(self,
balloon_on_hover) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|