Searched refs:detect_encoding (Results 1 – 3 of 3) sorted by relevance
167 encoding = tokenize.detect_encoding(fp.readline)[0]
252 def detect_encoding(readline): function
328 encoding = tokenize.detect_encoding(f.readline)[0]