Searched defs:detect_encoding (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py119 encoding = detect_encoding(filename)
125 def detect_encoding(filename): function
130 encoding = lib2to3_tokenize.detect_encoding(input_file.readline)[0]
2876 encoding = detect_encoding(filename)

Completed in 1163 milliseconds