Searched refs:SEPS (Results 1 – 4 of 4) sorted by relevance
22 SEPS = (COMMA, COLON) variable in FixWsComma28 if child in self.SEPS:
26 SEPS = os.sep variable28 SEPS += os.altsep77 elif lastchar in SEPS:133 while i and curline[i-1] in FILENAME_CHARS + SEPS:
29 SEPS = f"{os.sep}{os.altsep if os.altsep else ''}" variable119 while i and curline[i-1] not in "'\"" + SEPS: