Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds