Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DIOBinding.py69 coding_re = re.compile(r'^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)') variable
127 match = coding_re.match(line)