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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_unicode.py 10 _literal_re = re.compile(ur"[uU][rR]?[\'\"]") variable
22 if _literal_re.match(node.value):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_unicode.py 10 _literal_re = re.compile(ur"[uU][rR]?[\'\"]") variable
22 if _literal_re.match(node.value):

Completed in 142 milliseconds