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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sgmllib.py 5 sgmllib = test_support.import_module('sgmllib', deprecated=True) variable
8 class EventCollector(sgmllib.SGMLParser):
13 sgmllib.SGMLParser.__init__(self)
92 sgmllib.SGMLParser.handle_charref(self, data)
96 sgmllib.SGMLParser.handle_entityref(self, data)
131 except sgmllib.SGMLParseError:
361 fp = sgmllib.SGMLParser()
379 # sgmllib module, and the third exhibits questionable behavior
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sgmllib.py 5 sgmllib = test_support.import_module('sgmllib', deprecated=True) variable
8 class EventCollector(sgmllib.SGMLParser):
13 sgmllib.SGMLParser.__init__(self)
92 sgmllib.SGMLParser.handle_charref(self, data)
96 sgmllib.SGMLParser.handle_entityref(self, data)
131 except sgmllib.SGMLParseError:
361 fp = sgmllib.SGMLParser()
379 # sgmllib module, and the third exhibits questionable behavior
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 12 import sgmllib namespace
19 class HTMLParseError(sgmllib.SGMLParseError):
23 class HTMLParser(sgmllib.SGMLParser):
41 sgmllib.SGMLParser.__init__(self, verbose)
48 sgmllib.SGMLParser.reset(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 12 import sgmllib namespace
19 class HTMLParseError(sgmllib.SGMLParseError):
23 class HTMLParser(sgmllib.SGMLParser):
41 sgmllib.SGMLParser.__init__(self, verbose)
48 sgmllib.SGMLParser.reset(self)

Completed in 609 milliseconds