Searched refs:remove_section (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_config.py | 175 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 …]
|
D | test_configdialog.py | 312 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/ |
D | setopt.py | 47 opts.remove_section(section) 62 opts.remove_section(section)
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | CommonOpts.td | 59 defm remove_section : Eq<"remove-section", "Remove <section>">, 62 Alias<remove_section>,
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 119 self.remove_section(section) 840 idleConf.userCfg['main'].remove_section('HelpFiles') 864 configpage.remove_section(section)
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | componentinfo.py | 433 parser.remove_section("common")
|
/external/autotest/client/common_lib/ |
D | software_manager.py | 462 self.cfgparser.remove_section(section)
|
/external/python/cpython3/Lib/ |
D | configparser.py | 950 def remove_section(self, section): member in RawConfigParser 981 self.remove_section(key)
|
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 87 self.remove_section(section)
|
D | configDialog.py | 772 idleConf.userCfg['keys'].remove_section(keySetName) 801 idleConf.userCfg['highlight'].remove_section(themeName) 1168 idleConf.userCfg['main'].remove_section('HelpFiles')
|
/external/python/cpython2/Lib/ |
D | ConfigParser.py | 431 def remove_section(self, section): member in RawConfigParser
|
/external/python/cpython3/Lib/test/ |
D | test_configparser.py | 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/ |
D | JetUtils.py | 306 config.remove_section(JetDefs.RECENT_SECTION)
|
/external/python/cpython2/Doc/library/ |
D | configparser.rst | 365 .. method:: RawConfigParser.remove_section(section)
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 1141 .. method:: remove_section(section)
|
/external/python/cpython2/Misc/ |
D | HISTORY | 9094 remove_section, remove_option, set, and write. They allow the module
|
/external/python/cpython3/Misc/ |
D | HISTORY | 26473 remove_section, remove_option, set, and write. They allow the module
|