Searched refs:decl_re (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Tools/scripts/ | ||
H A D | findnocoding.py | 35 decl_re = re.compile(rb'^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)') variable 39 match = decl_re.match(line) |
Completed in 1 milliseconds