Searched defs:config_key (Results 1 – 2 of 2) sorted by relevance
42 def _get_config(config_key, section='AUTOTEST_WEB', **kwargs): argument57 def _get_global_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument86 def _get_readonly_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument108 def _get_server_db_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument
499 static wchar_t config_key [] = { L"pythonX" }; in locate_python() local