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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 558 line0withoutend = lines[0].splitlines(False)[0]
559 if line0withend != line0withoutend: # We really have a line end
565 line = line0withoutend
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 558 line0withoutend = lines[0].splitlines(False)[0]
559 if line0withend != line0withoutend: # We really have a line end
565 line = line0withoutend
    [all...]

Completed in 30 milliseconds