| Home | Trees | Index | Help |
|---|
|
|
RawConfigParser --+
|
ConfigParser
|
|||
|
get(self,
section,
option,
raw=False,
vars=None)
Get an option value for a given section. |
|||
|
items(self,
section,
raw=False,
vars=None)
Return a list of tuples with (name, value) for each option in the section. |
|||
| _interpolate(self, section, option, rawval, vars) | |||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Get an option value for a given section. All % interpolations are expanded in the return values, based on the defaults passed into the constructor, unless the optional argument `raw' is true. Additional substitutions may be provided using the `vars' argument, which must be a dictionary whose contents overrides any pre-existing defaults. The section DEFAULT is special.
|
Return a list of tuples with (name, value) for each option in the section. All % interpolations are expanded in the return values, based on the defaults passed into the constructor, unless the optional argument `raw' is true. Additional substitutions may be provided using the `vars' argument, which must be a dictionary whose contents overrides any pre-existing defaults. The section DEFAULT is special.
|
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Sun Jun 11 16:26:27 2006 | http://epydoc.sf.net |