Home | Trees | Index | Help |
|
---|
Package Cheetah :: Module SettingsManager :: Class ConfigParserCaseSensitive |
|
RawConfigParser
--+ |ConfigParser
--+ | ConfigParserCaseSensitive
Method Summary | |
---|---|
Don't change the case as is done in the default implemenation. | |
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. | |
| |
| |
Inherited from RawConfigParser | |
| |
Create a new section in the configuration. | |
| |
| |
| |
| |
Check for the existence of a given option in a given section. | |
Indicate whether the named section is present in the configuration. | |
Return a list of option names for the given section name. | |
Read and parse a filename or a list of filenames. | |
Like read() but the argument must be a file-like object. | |
Remove an option. | |
Remove a file section. | |
Return a list of section names, excluding [DEFAULT] | |
Set an option. | |
Write an .ini-format representation of the configuration state. | |
| |
Parse a sectioned setup file. |
Class Variable Summary | |
---|---|
Inherited from ConfigParser | |
SRE_Pattern |
_KEYCRE = %\(([^\)]*)\)s|.
|
Inherited from RawConfigParser | |
SRE_Pattern |
OPTCRE = ([^:=\s][^:=]*)\s*([:=])\s*(.*)$
|
SRE_Pattern |
SECTCRE = \[([^\]]+)\]
|
dict |
_boolean_states = {'on': True, 'false': False, 'no': Fal...
|
Method Details |
---|
optionxform(self, optionstr)Don't change the case as is done in the default implemenation.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:27 2006 | http://epydoc.sf.net |