Searched refs:config_key (Results 1 – 7 of 7) sorted by relevance
/external/autotest/frontend/ |
D | database_settings_helper.py | 42 def _get_config(config_key, section='AUTOTEST_WEB', **kwargs): argument 54 return config.get_config_value(section, config_key, **kwargs) 57 def _get_global_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument 77 return _get_config('global_db_' + config_key, **kwargs) 83 return _get_config(config_key, default=default, **kwargs) 86 def _get_readonly_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument 103 return _get_config('readonly_' + config_key, **kwargs) 105 return _get_global_config(config_key, default=default, **kwargs) 108 def _get_server_db_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument 127 return _get_config(config_key, section='AUTOTEST_SERVER_DB', **kwargs) [all …]
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_config_key.py | 8 from idlelib import config_key 16 gkd = config_key.GetKeysDialog 24 config_key.GetKeysDialog.__init__(self, *args, **kwargs) 272 tr = config_key.translate_key
|
/external/python/cpython3/PC/ |
D | launcher.c | 499 static wchar_t config_key [] = { L"pythonX" }; in locate_python() local 500 static wchar_t * last_char = &config_key[sizeof(config_key) / in locate_python() 511 configured_value = get_configured_value(config_key); in locate_python() 526 configured_value = get_configured_value(config_key); in locate_python()
|
/external/python/cpython3/Lib/idlelib/ |
D | README.txt | 43 config_key.py # Change keybindings. 197 Keys tab # query, config_key, config_keys.def
|
D | configdialog.py | 24 from idlelib.config_key import GetKeysDialog
|
D | NEWS.txt | 42 bpo-35598: Update config_key: use PEP 8 names and ttk widgets,
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.3rc1.rst | 1133 Update config_key: use PEP 8 names and ttk widgets, make some objects
|