Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DHyperParser.py151 _id_first_chars = string.ascii_letters + "_" variable in HyperParser
160 if (i < pos and (str[i] not in self._id_first_chars or