OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_section
(Results
1 - 14
of
14
) sorted by null
/external/python/cpython3/Lib/idlelib/idle_test/
test_config.py
188
parser.
remove_section
('Foo')
445
userextn.
remove_section
('ZzDummy')
446
userextn.
remove_section
('DISABLE')
464
userextn.
remove_section
('ZzDummy')
473
userextn.
remove_section
('ZzDummy')
489
userextn.
remove_section
('ZzDummy')
633
usermain.
remove_section
('Theme')
649
usermain.
remove_section
('Theme')
665
usermain.
remove_section
('Theme')
666
userhigh.
remove_section
('Custom Dark'
[
all
...]
test_configdialog.py
258
idleConf.userCfg['highlight'].
remove_section
(section)
710
idleConf.userCfg['keys'].
remove_section
(section)
781
idleConf.userCfg['main'].
remove_section
('Keys')
[
all
...]
/external/python/setuptools/setuptools/command/
setopt.py
47
opts.
remove_section
(section)
62
opts.
remove_section
(section)
/external/python/cpython3/Lib/idlelib/
config.py
120
self.
remove_section
(section)
[
all
...]
/external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py
433
parser.
remove_section
("common")
/external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/
componentinfo.py
433
parser.
remove_section
("common")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py
77
remove_section
(section)
423
def
remove_section
(self, section):
member in class:RawConfigParser
/external/autotest/client/common_lib/
software_manager.py
460
self.cfgparser.
remove_section
(section)
/external/python/cpython2/Lib/idlelib/
configHandler.py
87
self.
remove_section
(section)
configDialog.py
[
all
...]
/external/python/cpython3/Lib/
configparser.py
126
remove_section
(section)
948
def
remove_section
(self, section):
member in class:RawConfigParser
[
all
...]
/external/python/cpython3/Lib/test/
test_configparser.py
238
# 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))
[
all
...]
/external/python/cpython2/Lib/
ConfigParser.py
77
remove_section
(section)
431
def
remove_section
(self, section):
member in class:RawConfigParser
/external/sonivox/jet_tools/JetCreator/
JetUtils.py
306
config.
remove_section
(JetDefs.RECENT_SECTION)
Completed in 1705 milliseconds