Home
last modified time | relevance | path

Searched refs:config_key (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config_key.py1 """Test config_key, coverage 98%.
8 from idlelib import config_key namespace
20 class Validator(config_key.GetKeysFrame):
111 cls.dialog = config_key.GetKeysFrame(cls.root, '<<Test>>', [])
161 class Basic(config_key.GetKeysFrame):
206 @mock.patch.object(config_key.GetKeysFrame, 'get_modifiers')
227 @mock.patch.object(config_key.GetKeysFrame, 'get_modifiers')
248 cls.dialog = config_key.GetKeysWindow(
259 @mock.patch.object(config_key.GetKeysFrame, 'ok')
277 cls.dialog = config_key
[all...]
/third_party/python/PC/
H A Dlauncher.c622 static wchar_t config_key [] = { L"pythonX" }; in locate_python() local
623 static wchar_t * last_char = &config_key[sizeof(config_key) / in locate_python()
634 configured_value = get_configured_value(config_key); in locate_python()
651 configured_value = get_configured_value(config_key); in locate_python()
/third_party/python/Lib/test/
H A Dtest_embed.py627 for config_key, config_value in cls.EXPECTED_CONFIG.items():
633 configs[config_key] = config
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py27 from idlelib.config_key import GetKeysWindow

Completed in 12 milliseconds