Home
last modified time | relevance | path

Searched refs:config_key (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_config_key.py8 from idlelib import config_key
16 gkd = config_key.GetKeysDialog
24 config_key.GetKeysDialog.__init__(self, *args, **kwargs)
272 tr = config_key.translate_key
/third_party/python/PC/
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/idlelib/
DREADME.txt43 config_key.py # Change keybindings.
197 Keys tab # query, config_key, config_keys.def
Dconfigdialog.py27 from idlelib.config_key import GetKeysDialog
DNEWS.txt308 bpo-35598: Update config_key: use PEP 8 names and ttk widgets,
/third_party/python/Lib/test/
Dtest_embed.py579 for config_key, config_value in cls.EXPECTED_CONFIG.items():
585 configs[config_key] = config
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst8138 Update config_key: use PEP 8 names and ttk widgets, make some objects