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

  /external/python/cpython2/Lib/idlelib/
ParenMatch.py 49 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
137 self.text.tag_config("paren", self.HILITE_CONFIG)
146 self.text.tag_config("paren", self.HILITE_CONFIG)
  /external/python/cpython3/Lib/idlelib/
parenmatch.py 48 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
133 self.text.tag_config("paren", self.HILITE_CONFIG)
142 self.text.tag_config("paren", self.HILITE_CONFIG)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ParenMatch.py 49 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
136 self.text.tag_config("paren", self.HILITE_CONFIG)
145 self.text.tag_config("paren", self.HILITE_CONFIG)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ParenMatch.py 49 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
136 self.text.tag_config("paren", self.HILITE_CONFIG)
145 self.text.tag_config("paren", self.HILITE_CONFIG)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 49 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
136 self.text.tag_config("paren", self.HILITE_CONFIG)
145 self.text.tag_config("paren", self.HILITE_CONFIG)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 49 HILITE_CONFIG = idleConf.GetHighlight(idleConf.CurrentTheme(),'hilite')
136 self.text.tag_config("paren", self.HILITE_CONFIG)
145 self.text.tag_config("paren", self.HILITE_CONFIG)

Completed in 138 milliseconds