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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 117 def _from_system_newlines(input): function in function:_identity
126 _from_system_newlines = _identity variable
337 return _from_system_newlines(f.read()), encoding
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 117 def _from_system_newlines(input): function in function:_identity
126 _from_system_newlines = _identity variable
337 return _from_system_newlines(f.read()), encoding

Completed in 1967 milliseconds