Home | Trees | Indices | Help |
---|
|
ConfigParser.RawConfigParser --+ | ConfigParser.ConfigParser --+ | Configuration
|
|||
|
__init__(self) Constructs the ConfigParser and fills it with the hardcoded defaults |
||
|
dump(self) Dumps the contents in INI-Form |
||
|
getboolean(self,
section,
option,
default=None) Overrides the original implementation from ConfigParser |
||
|
get(self,
section,
option,
default=None) Overrides the original implementation from ConfigParser |
||
|
getdebug(self,
name) Gets a debug switch |
||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|
|
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 23 23:44:28 2007 | http://epydoc.sourceforge.net |