Searched refs:HyperParser (Results 1 – 8 of 8) sorted by relevance
8 from idlelib.HyperParser import HyperParser93 indices = (HyperParser(self.editwin, "insert")107 hp = HyperParser(self.editwin, "insert-1c")
15 from idlelib.HyperParser import HyperParser70 hp = HyperParser(self.editwin, "insert")
22 from idlelib.HyperParser import HyperParser123 hp = HyperParser(self.editwin, "insert")
12 class HyperParser: class
47 HyperParser.py # Parse code around a given index.
246 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
6 from idlelib.HyperParser import HyperParser60 return HyperParser(self.editwin, index)
1980 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav