Home
last modified time | relevance | path

Searched refs:remove_section (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py175 parser.remove_section('Foo')
428 userextn.remove_section('ZzDummy')
429 userextn.remove_section('DISABLE')
447 userextn.remove_section('ZzDummy')
456 userextn.remove_section('ZzDummy')
472 userextn.remove_section('ZzDummy')
616 usermain.remove_section('Theme')
632 usermain.remove_section('Theme')
648 usermain.remove_section('Theme')
649 userhigh.remove_section('Custom Dark')
[all …]
Dtest_configdialog.py312 idleConf.userCfg['highlight'].remove_section(section)
819 idleConf.userCfg['keys'].remove_section(section)
890 idleConf.userCfg['main'].remove_section('Keys')
/external/python/setuptools/setuptools/command/
Dsetopt.py47 opts.remove_section(section)
62 opts.remove_section(section)
/external/llvm-project/llvm/tools/llvm-objcopy/
DCommonOpts.td59 defm remove_section : Eq<"remove-section", "Remove <section>">,
62 Alias<remove_section>,
/external/python/cpython3/Lib/idlelib/
Dconfig.py119 self.remove_section(section)
840 idleConf.userCfg['main'].remove_section('HelpFiles')
864 configpage.remove_section(section)
/external/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py433 parser.remove_section("common")
/external/autotest/client/common_lib/
Dsoftware_manager.py462 self.cfgparser.remove_section(section)
/external/python/cpython3/Lib/
Dconfigparser.py950 def remove_section(self, section): member in RawConfigParser
981 self.remove_section(key)
/external/python/cpython2/Lib/idlelib/
DconfigHandler.py87 self.remove_section(section)
DconfigDialog.py772 idleConf.userCfg['keys'].remove_section(keySetName)
801 idleConf.userCfg['highlight'].remove_section(themeName)
1168 idleConf.userCfg['main'].remove_section('HelpFiles')
/external/python/cpython2/Lib/
DConfigParser.py431 def remove_section(self, section): member in RawConfigParser
/external/python/cpython3/Lib/test/
Dtest_configparser.py245 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/
DJetUtils.py306 config.remove_section(JetDefs.RECENT_SECTION)
/external/python/cpython2/Doc/library/
Dconfigparser.rst365 .. method:: RawConfigParser.remove_section(section)
/external/python/cpython3/Doc/library/
Dconfigparser.rst1141 .. method:: remove_section(section)
/external/python/cpython2/Misc/
DHISTORY9094 remove_section, remove_option, set, and write. They allow the module
/external/python/cpython3/Misc/
DHISTORY26473 remove_section, remove_option, set, and write. They allow the module