Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py187 class InterpolationDepthError(InterpolationError): class
665 raise InterpolationDepthError(option, section, rawval)
690 raise InterpolationDepthError(option, section, rest)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py376 self.get_error(ConfigParser.InterpolationDepthError, "Foo", "bar11")