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