Home
last modified time | relevance | path

Searched refs:ConfigParser (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py1 import ConfigParser
117 self.assertRaises(ConfigParser.NoSectionError,
170 self.parse_error(ConfigParser.ParsingError,
172 self.parse_error(ConfigParser.ParsingError,
174 self.parse_error(ConfigParser.ParsingError,
176 self.parse_error(ConfigParser.ParsingError,
178 self.parse_error(ConfigParser.MissingSectionHeaderError,
192 self.assertRaises(ConfigParser.NoSectionError,
194 self.assertRaises(ConfigParser.NoSectionError,
196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
[all …]
/device/linaro/hikey/uefi-tools/
Dparse-platforms.py3 import sys, os, argparse, ConfigParser
65 config = ConfigParser.ConfigParser()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dconfig.py7 from ConfigParser import ConfigParser
62 config = ConfigParser()
Ddist.py378 from ConfigParser import ConfigParser
386 parser = ConfigParser()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py580 class ConfigParser(RawConfigParser): class
678 class SafeConfigParser(ConfigParser):
745 ConfigParser.set(self, section, option, value)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dconfig.py62 import ConfigParser
64 cp = ConfigParser.ConfigParser(defaults)