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

  /external/python/cpython3/Lib/test/
test_tokenize.py 3 STRING, ENDMARKER, ENCODING, tok_name, detect_encoding,
    [all...]
  /external/yapf/yapf/yapflib/
file_resources.py 164 encoding = tokenize.detect_encoding(fd.readline)[0]
174 # will make detect_encoding raise SyntaxError), assume it's not a Python
191 return tokenize.detect_encoding(fd.readline)[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_parser.py 167 encoding = tokenize.detect_encoding(fp.readline)[0]
  /external/python/cpython3/Lib/test/test_tools/
test_unparse.py 24 encoding = tokenize.detect_encoding(pyfile.readline)[0]
  /external/python/cpython3/Lib/
imp.py 301 encoding = tokenize.detect_encoding(file.readline)[0]
tokenize.py 41 __all__ = token.__all__ + ["tokenize", "detect_encoding",
350 def detect_encoding(readline): function
352 The detect_encoding() function is used to detect the encoding that should
445 detect_encoding().
449 encoding, lines = detect_encoding(buffer.readline)
481 encoding, consumed = detect_encoding(readline)
trace.py 273 encoding, _ = tokenize.detect_encoding(fp.readline)
  /external/python/cpython3/Tools/scripts/
reindent.py 122 encoding, _ = tokenize.detect_encoding(f.readline)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 252 def detect_encoding(readline): function
254 The detect_encoding() function is used to detect the encoding that should
  /external/python/cpython2/Lib/lib2to3/tests/
test_parser.py 298 encoding = tokenize.detect_encoding(fp.readline)[0]
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 253 def detect_encoding(readline): function
255 The detect_encoding() function is used to detect the encoding that should
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 241 def detect_encoding(readline): function
243 The detect_encoding() function is used to detect the encoding that should
  /external/python/cpython3/Lib/lib2to3/tests/
test_parser.py 568 encoding = tokenize.detect_encoding(fp.readline)[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 328 encoding = tokenize.detect_encoding(f.readline)[0]
  /external/python/cpython2/Lib/lib2to3/
refactor.py 333 encoding = tokenize.detect_encoding(f.readline)[0]
  /external/python/cpython3/Lib/lib2to3/
refactor.py 314 encoding = tokenize.detect_encoding(f.readline)[0]
  /external/python/cpython3/Tools/parser/
unparse.py 671 encoding = tokenize.detect_encoding(pyfile.readline)[0]

Completed in 777 milliseconds