Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_searchdialogbase.py61 self.dialog.create_option_buttons = Func()
69 self.assertTrue(self.dialog.create_option_buttons.called)
116 self.dialog.create_option_buttons)
/external/python/cpython2/Lib/idlelib/
DSearchDialogBase.py88 self.create_option_buttons() # next row, cols 0, 1
125 def create_option_buttons(self): member in SearchDialogBase