/external/python/cpython3/Lib/idlelib/ |
D | config.py | 70 if self.has_section(section): 97 if not self.has_section(section): 107 if self.has_section(section): 113 if not self.has_section(section): 295 if self.defaultCfg['highlight'].has_section(theme): 421 if source[cfgname].has_section(name): 503 if self.defaultCfg['extensions'].has_section(keysName): 520 if self.defaultCfg['extensions'].has_section(keysName): 539 if self.defaultCfg['extensions'].has_section(bindsName): 681 if not (self.userCfg['keys'].has_section(keySetName) or [all …]
|
D | configdialog.py | 1272 if not idleConf.userCfg['highlight'].has_section(theme_name): 1718 if not idleConf.userCfg['keys'].has_section(keyset_name):
|
/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 | 88 if not self.parser.has_section(section): 97 if self.parser.has_section(section): 118 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/autotest/client/common_lib/ |
D | global_config.py | 149 if self.config.has_section(section): 284 if not self.config.has_section(section):
|
D | software_manager.py | 440 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 | 93 if not config.has_section(bss):
|
/external/python/cpython3/Lib/ |
D | configparser.py | 662 def has_section(self, section): member in RawConfigParser 957 if key != self.default_section and not self.has_section(key): 976 if not self.has_section(key): 981 return key == self.default_section or self.has_section(key)
|
/external/u-boot/tools/patman/ |
D | settings.py | 96 if not self.has_section(project_settings):
|
/external/autotest/frontend/afe/ |
D | moblab_rpc_interface.py | 160 if not existing_shadow.has_section(section): 190 if not new_shadow.has_section(section):
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | componentinfo.py | 431 if parser.has_section("common"):
|
/external/swiftshader/third_party/llvm-7.0/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 | 948 .. method:: has_section(section)
|