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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ParenMatch.py 8 from idlelib.HyperParser import HyperParser
93 indices = HyperParser(self.editwin, "insert").get_surrounding_brackets()
106 hp = HyperParser(self.editwin, "insert-1c")
AutoComplete.py 22 from idlelib.HyperParser import HyperParser
123 hp = HyperParser(self.editwin, "insert")
CallTips.py 13 from idlelib.HyperParser import HyperParser
69 hp = HyperParser(self.editwin, "insert")
HyperParser.py 2 HyperParser
4 This module defines the HyperParser class, which provides advanced parsing
6 The HyperParser uses PyParser. PyParser is intended mostly to give information
7 on the proper indentation of code. HyperParser gives some information on the
15 class HyperParser:
18 """Initialize the HyperParser to analyze the surroundings of the given
92 """Is the index given to the HyperParser is in a string?"""
99 """Is the index given to the HyperParser is in a normal code?"""
105 """If the index given to the HyperParser is surrounded by a bracket
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ParenMatch.py 8 from idlelib.HyperParser import HyperParser
93 indices = HyperParser(self.editwin, "insert").get_surrounding_brackets()
106 hp = HyperParser(self.editwin, "insert-1c")
AutoComplete.py 22 from idlelib.HyperParser import HyperParser
123 hp = HyperParser(self.editwin, "insert")
CallTips.py 13 from idlelib.HyperParser import HyperParser
69 hp = HyperParser(self.editwin, "insert")
HyperParser.py 2 HyperParser
4 This module defines the HyperParser class, which provides advanced parsing
6 The HyperParser uses PyParser. PyParser is intended mostly to give information
7 on the proper indentation of code. HyperParser gives some information on the
15 class HyperParser:
18 """Initialize the HyperParser to analyze the surroundings of the given
92 """Is the index given to the HyperParser is in a string?"""
99 """Is the index given to the HyperParser is in a normal code?"""
105 """If the index given to the HyperParser is surrounded by a bracket
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 8 from idlelib.HyperParser import HyperParser
93 indices = HyperParser(self.editwin, "insert").get_surrounding_brackets()
106 hp = HyperParser(self.editwin, "insert-1c")
AutoComplete.py 22 from idlelib.HyperParser import HyperParser
123 hp = HyperParser(self.editwin, "insert")
CallTips.py 13 from idlelib.HyperParser import HyperParser
69 hp = HyperParser(self.editwin, "insert")
HyperParser.py 2 HyperParser
4 This module defines the HyperParser class, which provides advanced parsing
6 The HyperParser uses PyParser. PyParser is intended mostly to give information
7 on the proper indentation of code. HyperParser gives some information on the
15 class HyperParser:
18 """Initialize the HyperParser to analyze the surroundings of the given
92 """Is the index given to the HyperParser is in a string?"""
99 """Is the index given to the HyperParser is in a normal code?"""
105 """If the index given to the HyperParser is surrounded by a bracket
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 8 from idlelib.HyperParser import HyperParser
93 indices = HyperParser(self.editwin, "insert").get_surrounding_brackets()
106 hp = HyperParser(self.editwin, "insert-1c")
AutoComplete.py 22 from idlelib.HyperParser import HyperParser
123 hp = HyperParser(self.editwin, "insert")
CallTips.py 13 from idlelib.HyperParser import HyperParser
69 hp = HyperParser(self.editwin, "insert")
HyperParser.py 2 HyperParser
4 This module defines the HyperParser class, which provides advanced parsing
6 The HyperParser uses PyParser. PyParser is intended mostly to give information
7 on the proper indentation of code. HyperParser gives some information on the
15 class HyperParser:
18 """Initialize the HyperParser to analyze the surroundings of the given
92 """Is the index given to the HyperParser is in a string?"""
99 """Is the index given to the HyperParser is in a normal code?"""
105 """If the index given to the HyperParser is surrounded by a bracket

Completed in 259 milliseconds