Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/fixes/
Dfix_ws_comma.py22 SEPS = (COMMA, COLON) variable in FixWsComma
28 if child in self.SEPS:
/third_party/python/Lib/idlelib/
Dautocomplete.py35 SEPS = f"{os.sep}{os.altsep if os.altsep else ''}" variable
126 while i and curline[i-1] not in "'\"" + SEPS: