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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile("coding[:=]\s*([-\w.]+)") variable
285 matches = cookie_re.findall(line_string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile("coding[:=]\s*([-\w.]+)") variable
285 matches = cookie_re.findall(line_string)

Completed in 58 milliseconds