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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 23 piclose = re.compile('>') variable
270 match = piclose.search(rawdata, i+2) # >
sgmllib.py 36 piclose = re.compile('>') variable
226 match = piclose.search(rawdata, i+2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 23 piclose = re.compile('>') variable
270 match = piclose.search(rawdata, i+2) # >
sgmllib.py 36 piclose = re.compile('>') variable
226 match = piclose.search(rawdata, i+2)

Completed in 1116 milliseconds