Searched refs:coding_re (Results 1 – 1 of 1) sorted by relevance
69 coding_re = re.compile(r'^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)') variable127 match = coding_re.match(line)