/external/python/cpython3/Lib/idlelib/ |
D | config.py | 69 if self.has_section(section): 96 if not self.has_section(section): 106 if self.has_section(section): 112 if not self.has_section(section): 280 cfg = ('default' if self.defaultCfg['highlight'].has_section(theme) 399 if source[cfgname].has_section(name): 481 if self.defaultCfg['extensions'].has_section(keysName): 498 if self.defaultCfg['extensions'].has_section(keysName): 517 if self.defaultCfg['extensions'].has_section(bindsName): 662 if not (self.userCfg['keys'].has_section(keySetName) or [all …]
|
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 64 if self.has_section(section): 80 if not self.has_section(section): 99 if self.has_section(section): 115 if not self.has_section(section): 291 if self.defaultCfg['highlight'].has_section(theme): 398 if source['highlight'].has_section(theme): 479 if self.defaultCfg['extensions'].has_section(keysName): 496 if self.defaultCfg['extensions'].has_section(keysName): 515 if self.defaultCfg['extensions'].has_section(bindsName):
|
D | configDialog.py | 1134 if not idleConf.userCfg['keys'].has_section(keySetName): 1146 if not idleConf.userCfg['highlight'].has_section(themeName):
|
/external/autotest/client/bin/ |
D | test_config.py | 93 if not self.parser.has_section(section): 102 if self.parser.has_section(section): 123 if not self.parser.has_section(section):
|
/external/yapf/yapf/yapflib/ |
D | style.py | 538 if not config.has_section('yapf'): 542 if not config.has_section('style'): 546 if not config.has_section('style'): 565 section = 'yapf' if config.has_section('yapf') else 'style'
|
D | file_resources.py | 59 if config.has_section('yapf'):
|
/external/igt-gpu-tools/overlay/ |
D | config.c | 95 int has_section = 0; in parse() local 120 has_section = 1; in parse() 157 if (!has_section) { in parse()
|
/external/oss-fuzz/infra/base-images/base-runner/ |
D | parse_options.py | 27 if not parser.has_section(options_section):
|
/external/autotest/client/common_lib/ |
D | global_config.py | 150 if self.config.has_section(section): 285 if not self.config.has_section(section):
|
D | software_manager.py | 442 if not self.cfgparser.has_section(section_name):
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetUtils.py | 243 if not config.has_section(section): 255 if config.has_section(section): 288 if config.has_section(JetDefs.RECENT_SECTION): 305 if config.has_section(JetDefs.RECENT_SECTION):
|
D | JetFile.py | 309 if not config.has_section(segment_name):
|
/external/python/setuptools/setuptools/command/ |
D | setopt.py | 49 if not opts.has_section(section):
|
D | easy_install.py | 1526 if not cfg.has_section('metadata') or not cfg.has_section('Setup'):
|
/external/autotest/client/common_lib/cros/ |
D | avahi_utils.py | 47 if not conf.has_section(section):
|
/external/autotest/server/cros/ |
D | ap_config.py | 95 if not config.has_section(bss):
|
/external/python/cpython3/Lib/ |
D | configparser.py | 663 def has_section(self, section): member in RawConfigParser 959 if key != self.default_section and not self.has_section(key): 979 if not self.has_section(key): 984 return key == self.default_section or self.has_section(key)
|
/external/autotest/frontend/afe/ |
D | moblab_rpc_interface.py | 158 if not existing_shadow.has_section(section): 188 if not new_shadow.has_section(section):
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | componentinfo.py | 431 if parser.has_section("common"):
|
/external/python/cpython2/Lib/ |
D | ConfigParser.py | 267 def has_section(self, section): member in RawConfigParser
|
/external/python/cpython2/Lib/test/ |
D | test_cfgparser.py | 189 self.assertFalse(cf.has_section("Foo"),
|
/external/python/cpython2/Doc/library/ |
D | configparser.rst | 254 .. method:: RawConfigParser.has_section(section)
|
/external/python/cpython3/Lib/test/ |
D | test_configparser.py | 564 self.assertFalse(cf.has_section("Foo"),
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 962 .. method:: has_section(section)
|