Home
last modified time | relevance | path

Searched refs:on_new_color_set (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_configdialog.py404 d.on_new_color_set = Func()
407 self.assertEqual(d.on_new_color_set.called, 1)
408 del d.on_new_color_set
/third_party/python/Lib/idlelib/
Dconfigdialog.py819 self.on_new_color_set()
891 def on_new_color_set(self): member in HighPage