Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py153 class NoOptionError(Error): class
326 raise NoOptionError(option, section)
332 raise NoOptionError(option, section)
610 raise NoOptionError(option, section)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py198 self.get_error(ConfigParser.NoOptionError, "foo", "bar")