Package envi :: Module config :: Class EnviConfig
[hide private]
[frames] | no frames]

Class EnviConfig

source code

ConfigParser.RawConfigParser --+    
                               |    
       ConfigParser.ConfigParser --+
                                   |
                                  EnviConfig

Instance Methods [hide private]
 
__init__(self, filename=None, defaults=None) source code
 
readstr(self, s) source code
 
syncFile(self) source code
 
set(self, sec, opt, val)
Set an option.
source code
 
remove_option(self, sec, opt)
Remove an option.
source code

Inherited from ConfigParser.ConfigParser: get, items

Inherited from ConfigParser.ConfigParser (private): _interpolate, _interpolation_replace

Inherited from ConfigParser.RawConfigParser: add_section, defaults, getboolean, getfloat, getint, has_option, has_section, options, optionxform, read, readfp, remove_section, sections, write

Inherited from ConfigParser.RawConfigParser (private): _get, _read

Class Variables [hide private]

Inherited from ConfigParser.ConfigParser (private): _KEYCRE

Inherited from ConfigParser.RawConfigParser: OPTCRE, SECTCRE

Inherited from ConfigParser.RawConfigParser (private): _boolean_states

Method Details [hide private]

__init__(self, filename=None, defaults=None)
(Constructor)

source code 
Overrides: ConfigParser.RawConfigParser.__init__

set(self, sec, opt, val)

source code 

Set an option.

Overrides: ConfigParser.RawConfigParser.set
(inherited documentation)

remove_option(self, sec, opt)

source code 

Remove an option.

Overrides: ConfigParser.RawConfigParser.remove_option
(inherited documentation)