Searched defs:IDENTCHARS (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DScriptBinding.py31 IDENTCHARS = string.ascii_letters + string.digits + "_" variable
123 if char and char in IDENTCHARS:
H A DPyShell.py39 IDENTCHARS = string.ascii_letters + string.digits + "_" variable
728 if char and char in IDENTCHARS:
/external/python/cpython2/Lib/
H A Dcmd.py53 IDENTCHARS = string.ascii_letters + string.digits + '_' variable
68 identchars = IDENTCHARS

Completed in 158 milliseconds