Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py139 class NoSectionError(Error): class
271 raise NoSectionError(section)
322 raise NoSectionError(section)
339 raise NoSectionError(section)
388 raise NoSectionError(section)
416 raise NoSectionError(section)
599 raise NoSectionError(section)
634 raise NoSectionError(section)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py117 self.assertRaises(ConfigParser.NoSectionError,
192 self.assertRaises(ConfigParser.NoSectionError,
194 self.assertRaises(ConfigParser.NoSectionError,
196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")