Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py170 self.parse_error(ConfigParser.ParsingError,
172 self.parse_error(ConfigParser.ParsingError,
174 self.parse_error(ConfigParser.ParsingError,
176 self.parse_error(ConfigParser.ParsingError,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py198 class ParsingError(Error): class
210 class MissingSectionHeaderError(ParsingError):
534 e = ParsingError(fpname)