Home | Trees | Index | Help |
---|
Package PyFoam :: Package Basics :: Module PyFoamConfiguration :: Class PyFoamConfiguration |
|
RawConfigParser
--+ |ConfigParser
--+ | PyFoamConfiguration
Method Summary | |
---|---|
Constructs the ConfigParser and fills it with the hardcoded defaults | |
Dumps the contents in INI-Form | |
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 | |
---|---|
Inherited from RawConfigParser | |
dict |
_boolean_states = {'on': True, 'false': False, 'no': Fal...
|
SRE_Pattern |
OPTCRE = ([^:=\s][^:=]*)\s*([:=])\s*(.*)$
|
SRE_Pattern |
SECTCRE = \[([^\]]+)\]
|
Method Details |
---|
__init__(self)
Constructs the ConfigParser and fills it with the hardcoded
defaults
|
dump(self)Dumps the contents in INI-Form
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |