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