/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 162 if self.allow_colorizing and self.tag_nextrange("TODO", "1.0"): 173 item = self.tag_nextrange("TODO", next)
|
PyShell.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 162 if self.allow_colorizing and self.tag_nextrange("TODO", "1.0"): 173 item = self.tag_nextrange("TODO", next)
|
PyShell.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 3141 def tag_nextrange(self, tagName, index1, index2=None): member in class:Text [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 3141 def tag_nextrange(self, tagName, index1, index2=None): member in class:Text [all...] |