Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds