Searched refs:SEPS (Results 1 – 2 of 2) sorted by relevance
22 SEPS = (COMMA, COLON) variable in FixWsComma28 if child in self.SEPS:
35 SEPS = f"{os.sep}{os.altsep if os.altsep else ''}" variable126 while i and curline[i-1] not in "'\"" + SEPS: