Package dics :: Module ConfigParserRT :: Class SafeConfigParser
[hide private]
[frames] | no frames]

Class SafeConfigParser
source code

RawConfigParser --+    
                  |    
       ConfigParser --+
                      |
                     SafeConfigParser

Instance Methods [hide private]
  _interpolate(self, section, option, rawval, vars)
  _interpvar_match(...)
  _interpolate_some(self, option, accum, rest, section, map, depth)

Inherited from ConfigParser: get, items

Inherited from RawConfigParser: __init__, add_section, defaults, getboolean, getfloat, getint, has_option, has_section, options, optionxform, read, readfp, remove_option, remove_section, sections, set, write

Inherited from RawConfigParser (private): _get, _read


Class Variables [hide private]

Inherited from RawConfigParser: OPTCRE, SECTCRE

Inherited from RawConfigParser (private): _boolean_states


Method Details [hide private]

_interpolate(self, section, option, rawval, vars)

source code 
Overrides: ConfigParser._interpolate

_interpvar_match(...)

 

_interpolate_some(self, option, accum, rest, section, map, depth)

source code