Home
last modified time | relevance | path

Searched refs:InterpolationError (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py162 class InterpolationError(Error): class
170 class InterpolationMissingOptionError(InterpolationError):
180 InterpolationError.__init__(self, option, section, msg)
183 class InterpolationSyntaxError(InterpolationError):
187 class InterpolationDepthError(InterpolationError):
196 InterpolationError.__init__(self, option, section, msg)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py380 e = self.get_error(ConfigParser.InterpolationError,