HomeSort by relevance Sort by last modified time
    Searched refs:eol_re (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 244 eol_re = re.compile(eol) variable in class:IOBinding
260 firsteol = self.eol_re.search(chars)
266 chars = self.eol_re.sub(r"\n", chars)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 244 eol_re = re.compile(eol) variable in class:IOBinding
260 firsteol = self.eol_re.search(chars)
266 chars = self.eol_re.sub(r"\n", chars)

Completed in 2820 milliseconds