Home
last modified time | relevance | path

Searched refs:GrepDialog (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_grep.py11 from idlelib.GrepDialog import GrepDialog
29 grep_it = GrepDialog.grep_it.im_func
30 findfiles = GrepDialog.findfiles.im_func
/external/python/cpython2/Lib/idlelib/
DGrepDialog.py17 engine._grepdialog = GrepDialog(root, engine, flist)
22 class GrepDialog(SearchDialogBase): class
DREADME.txt46 GrepDialog.py # Find all occurrences of pattern in multiple files.
155 Find in Files... # GrepDialog
DChangeLog436 FormatParagraph.py, FrameViewer.py, GrepDialog.py, IOBinding.py,
465 GrepDialog.py, IDLEFORK.html, IOBinding.py, IdleConf.py,
532 FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py,
554 FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py,
807 * GrepDialog.py: Enclose pattern in quotes in status message.
1372 * GrepDialog.py: Need to import sys!
1389 …nu.py, OutputWindow.py, IOBinding.py, Attic/HelpWindow.py, History.py, GrepDialog.py, FileList.py,…
DEditorWindow.py14 from idlelib import GrepDialog
632 GrepDialog.grep(self.text, self.io, self.flist)