Package PyFoam :: Package Infrastructure :: Module Configuration :: Class Configuration
[show private | hide private]
[frames | no frames]

Class Configuration

RawConfigParser --+    
                  |    
       ConfigParser --+
                      |
                     Configuration


Reads the settings from files (if existing). Otherwise uses hardcoded defaults
Method Summary
  __init__(self)
Constructs the ConfigParser and fills it with the hardcoded defaults
  dump(self)
Dumps the contents in INI-Form
    Inherited from ConfigParser
  get(self, section, option, raw, vars)
Get an option value for a given section.
  items(self, section, raw, vars)
Return a list of tuples with (name, value) for each option in the section.

Method Details

__init__(self)
(Constructor)

Constructs the ConfigParser and fills it with the hardcoded defaults
Overrides:
ConfigParser.RawConfigParser.__init__

dump(self)

Dumps the contents in INI-Form
Returns:
a string with the contents

Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 http://epydoc.sf.net