Searched refs:ALPHANUM_KEYS (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/idlelib/ | ||
H A D | config_key.py | 14 ALPHANUM_KEYS = tuple(string.ascii_lowercase + string.digits) variable 20 AVAILABLE_KEYS = (ALPHANUM_KEYS + PUNCTUATION_KEYS + FUNCTION_KEYS + |
Completed in 1 milliseconds