Home
last modified time | relevance | path

Searched refs:eol_re (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Diomenu.py214 eol_re = re.compile(eol) variable in IOBinding
235 firsteol = self.eol_re.search(chars)
238 chars = self.eol_re.sub(r"\n", chars)
/external/python/cpython2/Lib/idlelib/
DIOBinding.py243 eol_re = re.compile(eol) variable in IOBinding
258 firsteol = self.eol_re.search(chars)
264 chars = self.eol_re.sub(r"\n", chars)