Script scripterng_runtime :: Class RuntimeConfig
[hide private]
[frames] | no frames]

Class RuntimeConfig

source code

ConfigParser.RawConfigParser --+    
                               |    
       ConfigParser.ConfigParser --+
                                   |
                                  RuntimeConfig

Instance Methods [hide private]
 
__init__(self) source code
 
save(self) source code
 
set(self, section, key, value)
Set an option.
source code
 
getbool(self, section, key) 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_option, 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)
(Constructor)

source code 
Overrides: ConfigParser.RawConfigParser.__init__

set(self, section, key, value)

source code 

Set an option.

Overrides: ConfigParser.RawConfigParser.set
(inherited documentation)