Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Dconfig_key.py13 ALPHANUM_KEYS = tuple(string.ascii_lowercase + string.digits) variable
19 AVAILABLE_KEYS = (ALPHANUM_KEYS + PUNCTUATION_KEYS + FUNCTION_KEYS +