Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package docutils :: Module frontend :: Class ConfigParser |
|
RawConfigParser
--+ |ConfigParser
--+ | ConfigParser
Method Summary | |
---|---|
Return a given section as a dictionary (empty if the section doesn't exist). | |
Transform '-' to '_' so the cmdline form of option names can be used. | |
read(self,
filenames,
option_parser)
| |
read_standard_files(self,
option_parser)
| |
validate_options(self,
filename,
option_parser)
| |
Inherited from ConfigParser | |
Get an option value for a given section. | |
Return a list of tuples with (name, value) for each option in the section. |
Class Variable Summary | |
---|---|
tuple |
standard_config_files = ('/etc/docutils.conf', './docuti...
|
dict |
validation = {'options': {'error_encoding': <function va...
|
Method Details |
---|
get_section(self, section, raw=0, vars=None)Return a given section as a dictionary (empty if the section doesn't exist). All % interpolations are expanded in the return values, based on the
defaults passed into the constructor, unless the optional argument
The section DEFAULT is special. |
optionxform(self, optionstr)Transform '-' to '_' so the cmdline form of option names can be used.
|
Class Variable Details |
---|
standard_config_files
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:55 2003 | http://epydoc.sf.net |