Home
last modified time | relevance | path

Searched refs:default_command (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DSearchDialog.py27 self.make_button("Find Next", self.default_command, 1)
29 def default_command(self, event=None): member in SearchDialog
DGrepDialog.py61 self.make_button("Search Files", self.default_command, 1)
63 def default_command(self, event=None): member in GrepDialog
DReplaceDialog.py49 self.make_button("Replace+Find", self.default_command, 1)
59 def default_command(self, event=None): member in ReplaceDialog
DSearchDialogBase.py76 top.bind("<Return>", self.default_command)
/external/python/cpython3/Lib/idlelib/
Dsearch.py32 self.make_button("Find Next", self.default_command, 1)
34 def default_command(self, event=None): member in SearchDialog
Dgrep.py90 self.make_button("Search Files", self.default_command, 1)
92 def default_command(self, event=None): member in GrepDialog
Dsearchbase.py78 top.bind("<Return>", self.default_command)
193 def default_command(self, dummy): pass member in _searchbase
Dreplace.py58 self.make_button("Replace+Find", self.default_command, 1)
68 def default_command(self, event=None): member in ReplaceDialog
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_searchbase.py47 self.dialog.default_command = None
66 self.dialog.default_command = None
Dtest_replace.py280 replace_find = self.dialog.default_command
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_searchdialogbase.py46 self.dialog.default_command = None
65 self.dialog.default_command = None