Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/scripts/
Dfindnocoding.py35 decl_re = re.compile(r'^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)') variable
39 match = decl_re.match(line)