Lines Matching refs:add_section
433 cf.add_section("A")
434 cf.add_section("a")
435 cf.add_section("B")
573 cf.add_section("foo")
613 cf.add_section("Foo")
615 cf.add_section("Foo")
964 self.assertRaises(TypeError, cf.add_section, 123)
968 self.assertRaises(ValueError, cf.add_section, self.default_section)
1058 cf.add_section(s)
1101 cf.add_section('non-string')
1109 cf.add_section(123)
1387 cp.add_section("section")
1395 cp.add_section("section")