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

/pkg/src/tests/api/
H A Dt_config.py1340 """Verify that add_section, get_section, get_sections, and
1349 self.assertRaises(cfg.UnknownSectionError, conf.get_section,
1366 self.assertEqual(id(s1), id(conf.get_section(s1.name)))
1567 conf.get_section, "section")
1575 secobj = conf.get_section("section")
1596 secobj = conf.get_section("section")
/pkg/src/modules/
H A Dconfig.py1094 secobj = self.get_section(section)
1266 sec = self.get_section(section)
1284 def get_section(self, name): member in class:Config
1303 sec = self.get_section(section)
1324 secobj = self.get_section(section)
/pkg/src/modules/client/
H A Dimageconfig.py734 secobj = self.get_section(section)
777 secobj = self.get_section("property")

Completed in 24 milliseconds