HomeSort by relevance Sort by last modified time
    Searched refs:cookie_re (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile("coding[:=]\s*([-\w.]+)") variable
285 matches = cookie_re.findall(line_string)
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile(r'^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)') variable
285 match = cookie_re.match(line_string)
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 227 cookie_re = re.compile(r'^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)', re.ASCII) variable
273 match = cookie_re.match(line_string)
  /external/python/cpython3/Lib/
tokenize.py 37 cookie_re = re.compile(r'^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)', re.ASCII) variable
392 match = cookie_re.match(line_string)

Completed in 70 milliseconds