Searched defs:InterpolationError (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
H A DConfigParser.py99 "InterpolationError", "InterpolationDepthError",
165 class InterpolationError(Error): class in inherits:Error
174 class InterpolationMissingOptionError(InterpolationError):
184 InterpolationError.__init__(self, option, section, msg)
188 class InterpolationSyntaxError(InterpolationError):
192 class InterpolationDepthError(InterpolationError):
201 InterpolationError.__init__(self, option, section, msg)

Completed in 107 milliseconds