Home | Trees | Indices | Help |
---|
|
ConfigParser.RawConfigParser --+ | ConfigParser.ConfigParser --+ | RcConfiguration
Interface object to QM configuration files.
Configuration files are in the format parsed by the standard 'ConfigParser' module, namely 'win.ini'--style files.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
Create a new configuration instance.
|
Load configuration. 'section' -- The configuration section from which subsequent variables are loaded. |
Retrieve a configuration variable. 'option' -- The name of the option to retrieve. 'default' -- The default value to return if the option is not found. 'section' -- The section from which to retrieve the option. 'None' indicates the section specified to the 'Load' method for this instance. precondition -- The RC configuration must be loaded. |
Return a sequence of options. 'section' -- The section for which to list options, or 'None' for the section specified to 'Load'. precondition -- The RC configuration must be loaded. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:40 2011 | http://epydoc.sourceforge.net |