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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sgmllib.py 34 shorttagopen = re.compile('<[a-zA-Z][-.a-zA-Z0-9]*/') variable
242 if shorttagopen.match(rawdata, i):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sgmllib.py 34 shorttagopen = re.compile('<[a-zA-Z][-.a-zA-Z0-9]*/') variable
242 if shorttagopen.match(rawdata, i):

Completed in 68 milliseconds