Home
last modified time | relevance | path

Searched refs:SearchDialogBase (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dgrep.py3 Inherits from SearchDialogBase for GUI and uses searchengine
13 from idlelib.searchbase import SearchDialogBase namespace
64 class GrepDialog(SearchDialogBase):
74 Uses SearchDialogBase as the basis for the GUI and a
93 Extend the SearchDialogBase open() to set the initial value
101 SearchDialogBase.open(self, text, searchphrase)
114 SearchDialogBase.create_entries(self)
126 SearchDialogBase.create_command_buttons(self)
H A Dreplace.py1 """Replace dialog for IDLE. Inherits SearchDialogBase for GUI.
10 from idlelib.searchbase import SearchDialogBase namespace
31 class ReplaceDialog(SearchDialogBase):
40 Uses SearchDialogBase as the basis for the GUI and a
63 SearchDialogBase.open(self, text)
80 SearchDialogBase.create_entries(self)
89 SearchDialogBase.create_command_buttons(self)
264 SearchDialogBase.close(self, event)
H A Dsearch.py4 Inherits from SearchDialogBase for GUI and uses searchengine
10 from idlelib.searchbase import SearchDialogBase namespace
62 class SearchDialog(SearchDialogBase):
67 SearchDialogBase.create_widgets(self)
H A Dsearchbase.py1 '''Define SearchDialogBase used by Search, Replace, and Grep dialogs.'''
8 class SearchDialogBase: class
188 class _searchbase(SearchDialogBase): # htest #
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_searchbase.py41 self.dialog = sdb.SearchDialogBase(root=self.root, engine=self.engine)

Completed in 3 milliseconds