Searched refs:eol_re (Results 1 – 2 of 2) sorted by relevance
214 eol_re = re.compile(eol) variable in IOBinding235 firsteol = self.eol_re.search(chars)238 chars = self.eol_re.sub(r"\n", chars)
243 eol_re = re.compile(eol) variable in IOBinding258 firsteol = self.eol_re.search(chars)264 chars = self.eol_re.sub(r"\n", chars)