Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_searchbase.py64 self.dialog.create_option_buttons = Func()
72 self.assertTrue(self.dialog.create_option_buttons.called)
121 self.dialog.create_option_buttons)
/third_party/python/Lib/idlelib/
Dsearchbase.py99 self.create_option_buttons() # next row, cols 0, 1
136 def create_option_buttons(self): member in SearchDialogBase