Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DAutoComplete.py26 SEPS = os.sep variable
28 SEPS += os.altsep
77 elif lastchar in SEPS:
133 while i and curline[i-1] in FILENAME_CHARS + SEPS:
/external/python/cpython3/Lib/idlelib/
Dautocomplete.py23 SEPS = os.sep variable
25 SEPS += os.altsep
70 elif lastchar in SEPS:
128 while i and curline[i-1] not in "'\"" + SEPS:
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_ws_comma.py22 SEPS = (COMMA, COLON) variable in FixWsComma
28 if child in self.SEPS:
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_ws_comma.py22 SEPS = (COMMA, COLON) variable in FixWsComma
28 if child in self.SEPS: