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

/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_config.py57 usermain.remove_section('Theme')
73 usermain.remove_section('Theme')
89 usermain.remove_section('Theme')
90 userhigh.remove_section('Custom Dark')
105 usermain.remove_section('Keys')
121 usermain.remove_section('Keys')
137 usermain.remove_section('Keys')
138 userkeys.remove_section('Custom Keys')
/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py433 parser.remove_section("common")
/external/autotest/client/common_lib/
H A Dsoftware_manager.py460 self.cfgparser.remove_section(section)
/external/python/cpython2/Lib/
H A DConfigParser.py77 remove_section(section)
431 def remove_section(self, section): member in class:RawConfigParser
/external/python/cpython2/Lib/idlelib/
H A DconfigHandler.py87 self.remove_section(section)
H A DconfigDialog.py772 idleConf.userCfg['keys'].remove_section(keySetName)
801 idleConf.userCfg['highlight'].remove_section(themeName)
1168 idleConf.userCfg['main'].remove_section('HelpFiles')
/external/python/cpython3/Lib/idlelib/
H A Dconfig.py92 self.remove_section(section)
H A Dconfigdialog.py774 idleConf.userCfg['keys'].remove_section(keySetName)
805 idleConf.userCfg['highlight'].remove_section(themeName)
1174 idleConf.userCfg['main'].remove_section('HelpFiles')
/external/python/cpython3/Lib/
H A Dconfigparser.py126 remove_section(section)
949 def remove_section(self, section): member in class:RawConfigParser
979 self.remove_section(key)
/external/python/cpython3/Lib/test/
H A Dtest_configparser.py238 # Make sure the right things happen for remove_section() and
245 self.assertTrue(cf.remove_section('Spaces'))
247 self.assertFalse(cf.remove_section('Spaces'))
248 self.assertFalse(cf.remove_section(self.default_section))
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py306 config.remove_section(JetDefs.RECENT_SECTION)

Completed in 319 milliseconds