Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dsearch.py69 self.make_button("Find Next", self.default_command, isdef=True)
71 def default_command(self, event=None): member in SearchDialog
Dgrep.py127 self.make_button("Search Files", self.default_command, isdef=True)
129 def default_command(self, event=None): member in GrepDialog
Dsearchbase.py82 top.bind("<Return>", self.default_command)
202 def default_command(self, dummy): pass member in _searchbase
Dreplace.py92 self.make_button("Replace+Find", self.default_command, isdef=True)
107 def default_command(self, event=None): member in ReplaceDialog
/third_party/python/Lib/idlelib/idle_test/
Dtest_searchbase.py48 self.dialog.default_command = None
68 self.dialog.default_command = None
Dtest_replace.py280 replace_find = self.dialog.default_command