Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dconfig_key.py14 ALPHANUM_KEYS = tuple(string.ascii_lowercase + string.digits) variable
20 AVAILABLE_KEYS = (ALPHANUM_KEYS + PUNCTUATION_KEYS + FUNCTION_KEYS +