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

Method var_changed_highlight_target

Lib/idlelib/configdialog.py:814–816  ·  view source on GitHub ↗

Process selection of new target tag for highlighting.

(self, *params)

Source from the content-addressed store, hash-verified

812 self.on_new_color_set()
813
814 def var_changed_highlight_target(self, *params):
815 "Process selection of new target tag for highlighting."
816 self.set_highlight_target()
817
818 def set_theme_type(self):
819 """Set available screen options based on builtin or custom theme.

Callers

nothing calls this directly

Calls 1

set_highlight_targetMethod · 0.95

Tested by

no test coverage detected