Searched refs:remove_section (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/client/
H A Dimageconfig.py342 self.remove_section("authority_{0}".format(prefix))
569 self.remove_section("variant")
577 self.remove_section("facet")
586 self.remove_section("inherited_facet")
595 self.remove_section("mediators")
610 self.remove_section(s)
/pkg/src/tests/api/
H A Dt_config.py1354 self.assertRaises(cfg.UnknownSectionError, conf.remove_section,
1635 conf.remove_section("first_section")
1698 conf.remove_section("first_section")
1712 conf.remove_section("facet")
/pkg/src/modules/
H A Dconfig.py1353 def remove_section(self, name): member in class:Config

Completed in 26 milliseconds