Home
last modified time | relevance | path

Searched refs:create_option_buttons (Results 1 – 4 of 4) 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/cpython3/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)
/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.py97 self.create_option_buttons() # next row, cols 0, 1
134 def create_option_buttons(self): member in SearchDialogBase