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

Method set_color_sample_binding

Lib/idlelib/configdialog.py:982–988  ·  view source on GitHub ↗

Change color sample based on foreground/background toggle. Methods: set_color_sample

(self, *args)

Source from the content-addressed store, hash-verified

980 self.set_color_sample()
981
982 def set_color_sample_binding(self, *args):
983 """Change color sample based on foreground/background toggle.
984
985 Methods:
986 set_color_sample
987 """
988 self.set_color_sample()
989
990 def set_color_sample(self):
991 """Set the color of the frame background to reflect the selected target.

Callers

nothing calls this directly

Calls 1

set_color_sampleMethod · 0.95

Tested by

no test coverage detected