Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/scripts/
Dfindnocoding.py44 def has_correct_encoding(text, codec): function
71 if has_correct_encoding(line1+line2+rest, "ascii"):