MCPcopy Index your code
hub / github.com/python/cpython / _rmcolorizer

Method _rmcolorizer

Lib/idlelib/editor.py:789–794  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

787 self.per.insertfilterafter(filter=self.color, after=self.undo)
788
789 def _rmcolorizer(self):
790 if not self.color:
791 return
792 self.color.removecolors()
793 self.per.removefilter(self.color)
794 self.color = None
795
796 def ResetColorizer(self):
797 "Update the color theme"

Callers 1

ResetColorizerMethod · 0.95

Calls 2

removefilterMethod · 0.80
removecolorsMethod · 0.45

Tested by

no test coverage detected