Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcmd.py50 IDENTCHARS = string.ascii_letters + string.digits + '_' variable
65 identchars = IDENTCHARS
/third_party/python/Lib/idlelib/
Deditor.py809 IDENTCHARS = string.ascii_letters + string.digits + "_" variable in EditorWindow
814 if char and char in self.IDENTCHARS: