Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_searchbase.py64 self.dialog.create_command_buttons = Func()
72 self.assertTrue(self.dialog.create_command_buttons.called)
148 self.dialog.create_command_buttons()
/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/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.py87 def create_command_buttons(self): member in GrepDialog
89 SearchDialogBase.create_command_buttons(self)
Dsearchbase.py92 self.create_command_buttons() # col 2, all rows
170 def create_command_buttons(self): member in SearchDialogBase
Dreplace.py54 def create_command_buttons(self): member in ReplaceDialog
55 SearchDialogBase.create_command_buttons(self)