Searched refs:LINESEPX (Results 1 – 3 of 3) sorted by relevance
47 LINESEPX = re.compile(r'\r\n|\n') variable263 self.__lines += [l.rstrip('\r') for l in LINESEPX.split(tail)]
85 LINESEPX = re.compile(r'\r\n|\n') variable209 _lineSepX = LINESEPX3241 self._lineSepX = LINESEPX
48 LINESEPX = re.compile(r'\r\n|\n') variable165 self._lines += LINESEPX.split(tail)