Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py125 cf.add_section("A")
126 cf.add_section("a")
197 cf.add_section("foo")
236 cf.add_section("Foo")
238 cf.add_section, "Foo")
395 cf.add_section('non-string')
426 cf.add_section(s)
469 cf.add_section('non-string')
522 self.assertRaises(ValueError, cf.add_section, "default")
526 self.assertRaises(ValueError, cf.add_section, "DEFAULT")
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py245 def add_section(self, section): member in RawConfigParser