Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_searchbase.py62 self.dialog.create_option_buttons = Func()
70 self.assertTrue(self.dialog.create_option_buttons.called)
119 self.dialog.create_option_buttons)
/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
/external/python/cpython3/Lib/idlelib/
Dsearchbase.py90 self.create_option_buttons() # next row, cols 0, 1
127 def create_option_buttons(self): member in SearchDialogBase