Home
last modified time | relevance | path

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

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