Home
last modified time | relevance | path

Searched refs:create_command_buttons (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_searchdialogbase.py63 self.dialog.create_command_buttons = Func()
71 self.assertTrue(self.dialog.create_command_buttons.called)
153 self.dialog.create_command_buttons()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_searchbase.py66 self.dialog.create_command_buttons = Func()
74 self.assertTrue(self.dialog.create_command_buttons.called)
150 self.dialog.create_command_buttons()
/external/python/cpython2/Lib/idlelib/
DSearchDialogBase.py90 self.create_command_buttons() # col 2, all rows
173 def create_command_buttons(self): member in SearchDialogBase
DGrepDialog.py59 def create_command_buttons(self): member in GrepDialog
60 SearchDialogBase.create_command_buttons(self)
DReplaceDialog.py45 def create_command_buttons(self): member in ReplaceDialog
46 SearchDialogBase.create_command_buttons(self)
/external/python/cpython3/Lib/idlelib/
Dgrep.py124 def create_command_buttons(self): member in GrepDialog
126 SearchDialogBase.create_command_buttons(self)
Dsearchbase.py99 self.create_command_buttons() # col 2, all rows
177 def create_command_buttons(self): member in SearchDialogBase
Dreplace.py81 def create_command_buttons(self): member in ReplaceDialog
87 SearchDialogBase.create_command_buttons(self)