Searched refs:removecolors (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/idlelib/ | ||
D | ColorDelegator.py | 234 def removecolors(self): member in ColorDelegator |
D | PyShell.py | 354 def removecolors(self): member in ModifiedColorDelegator |
D | EditorWindow.py | 751 self.color.removecolors() |
/external/python/cpython3/Lib/idlelib/ | ||
D | colorizer.py | 291 def removecolors(self): member in ColorDelegator |
D | pyshell.py | 355 def removecolors(self): member in ModifiedColorDelegator |
D | editor.py | 768 self.color.removecolors() |
/external/python/cpython3/Lib/idlelib/idle_test/ | ||
D | test_colorizer.py | 416 color.removecolors() |