Home | History | Annotate | Download | only in idlelib

Lines Matching refs:IDENTCHARS

40 IDENTCHARS = string.ascii_letters + string.digits + "_"
698 if char and char in IDENTCHARS: