HomeSort by relevance Sort by last modified time
    Searched refs:DuplicateSectionError (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
146 class DuplicateSectionError(Error):
248 Raise DuplicateSectionError if a section by the specified name
256 raise DuplicateSectionError(section)
  /external/python/cpython3/Lib/
configparser.py 151 __all__ = ["NoSectionError", "DuplicateOptionError", "DuplicateSectionError",
189 class DuplicateSectionError(Error):
651 Raise DuplicateSectionError if a section by the specified name
658 raise DuplicateSectionError(section)
742 except (DuplicateSectionError, ValueError):
    [all...]
  /external/python/cpython3/Lib/test/
test_configparser.py 337 with self.assertRaises(configparser.DuplicateSectionError):
407 with self.assertRaises(configparser.DuplicateSectionError):
614 with self.assertRaises(configparser.DuplicateSectionError) as cm:
621 with self.assertRaises(configparser.DuplicateSectionError) as cm:
    [all...]
  /external/python/cpython2/Lib/
ConfigParser.py 98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
147 class DuplicateSectionError(Error):
256 Raise DuplicateSectionError if a section by the specified name
264 raise DuplicateSectionError(section)
  /external/python/cpython2/Lib/test/
test_cfgparser.py 237 self.assertRaises(ConfigParser.DuplicateSectionError,
648 e1 = ConfigParser.DuplicateSectionError('section')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cfgparser.py 237 self.assertRaises(ConfigParser.DuplicateSectionError,

Completed in 261 milliseconds