Home
Trees
Index
Help
ConfigObj
[
hide private
]
[
frames
] |
no frames
]
Module Hierarchy
pythonutils.configobj
Class Hierarchy
exceptions.Exception
:
Common base class for all exceptions.
pythonutils.configobj.UnknownType
exceptions.StandardError
:
Base class for all standard Python exceptions.
exceptions.SyntaxError
:
Invalid syntax.
pythonutils.configobj.ConfigObjError
:
This is the base class for all errors that ConfigObj raises.
pythonutils.configobj.ConfigspecError
:
An error occured whilst parsing a configspec.
pythonutils.configobj.NestingError
:
This error indicates a level of nesting that doesn't match.
pythonutils.configobj.ParseError
:
This error indicates that a line is badly written.
pythonutils.configobj.RepeatSectionError
:
This error indicates additional sections in a section with a
__many__
(repeated) section.
pythonutils.configobj.DuplicateError
:
The keyword or section specified already exists.
pythonutils.configobj.InterpolationError
:
Base class for the two interpolation errors.
pythonutils.configobj.InterpolationDepthError
:
Maximum interpolation depth exceeded in string interpolation.
pythonutils.configobj.MissingInterpolationOption
:
A value specified for interpolation was missing.
object
:
The most base type
pythonutils.configobj.SimpleVal
:
A simple validator.
dict
:
dict() -> new empty dictionary.
pythonutils.configobj.Section
:
A dictionary-like object that represents a section in a config file.
pythonutils.configobj.ConfigObj
:
An object to read, create, and write config files.
pythonutils.configobj.Builder
Home
Trees
Index
Help
ConfigObj
Generated by Epydoc 3.0alpha2 on Sat Apr 29 11:33:52 2006
http://epydoc.sf.net