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

  /external/python/cpython2/Lib/idlelib/
help.py 14 HelpParser - Parse help.html and render to tk Text.
43 class HelpParser(HTMLParser):
183 self.parser = HelpParser(self)
  /external/python/cpython3/Lib/idlelib/
help.py 14 HelpParser - Parse help.html and render to tk Text.
42 class HelpParser(HTMLParser):
178 self.parser = HelpParser(self)

Completed in 526 milliseconds