Home | Trees | Indices | Help |
---|
|
object --+ | dict --+ | Configuration
|
|||
|
getOption(self,
section,
name=None,
default=_marker) Get configuration option |
||
|
setOption(self,
section,
name=None,
value=_marker) Set configuratin option |
||
|
addSection(self,
section) Add a new configuration section |
||
|
listConfig(self) List |
||
Inherited from Inherited from |
|
|||
| __new__(cls, *args, **kwargs) |
|
|||
Inherited from |
|
|
|
|
|
>>> cfg = listConfig() >>> len(cfg) > 0 True >>> type(cfg) <type 'dict'> |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Feb 4 17:00:20 2007 | http://epydoc.sourceforge.net |