| Trees | Index | Help |
|---|
| Package CMFCore :: Module FSMetadata :: Class CMFConfigParser |
|
RawConfigParser--+ |ConfigParser--+ | CMFConfigParser
| Method Summary | |
|---|---|
Stop converting the key to lower case, very annoying for security etc | |
| 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 | |
| |
| |
Parse a sectioned setup file. | |
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. | |
| Class Variable Summary | |
|---|---|
SRE_Pattern |
OPTCRE = ([\]-\[ \w_\.\*,\(\)\{\}]+)[ \t]*([:=])[ \t]*(....
|
| Inherited from RawConfigParser | |
dict |
_boolean_states = {'on': True, 'false': False, 'no': Fal...
|
SRE_Pattern |
SECTCRE = \[([^\]]+)\]
|
| Method Details |
|---|
optionxform(self, optionstr)Stop converting the key to lower case, very annoying for security etc
|
| Class Variable Details |
|---|
OPTCRE
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 30 03:59:43 2005 | http://epydoc.sf.net |