Home
last modified time | relevance | path

Searched refs:HyperParser (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DParenMatch.py8 from idlelib.HyperParser import HyperParser
93 indices = (HyperParser(self.editwin, "insert")
107 hp = HyperParser(self.editwin, "insert-1c")
DCallTips.py15 from idlelib.HyperParser import HyperParser
70 hp = HyperParser(self.editwin, "insert")
DAutoComplete.py22 from idlelib.HyperParser import HyperParser
123 hp = HyperParser(self.editwin, "insert")
DHyperParser.py12 class HyperParser: class
DREADME.txt47 HyperParser.py # Parse code around a given index.
DNEWS.txt246 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_hyperparser.py6 from idlelib.HyperParser import HyperParser
60 return HyperParser(self.editwin, index)
/external/python/cpython2/Misc/
DNEWS1980 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav