Home
last modified time | relevance | path

Searched refs:detect_encoding (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_parser.py167 encoding = tokenize.detect_encoding(fp.readline)[0]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dtokenize.py252 def detect_encoding(readline): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Drefactor.py328 encoding = tokenize.detect_encoding(f.readline)[0]