HomeSort by relevance Sort by last modified time
    Searched refs:_grepdialog (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/idlelib/
GrepDialog.py 16 if not hasattr(engine, "_grepdialog"):
17 engine._grepdialog = GrepDialog(root, engine, flist)
18 dialog = engine._grepdialog
  /external/python/cpython3/Lib/idlelib/
grep.py 32 if not hasattr(engine, "_grepdialog"):
33 engine._grepdialog = GrepDialog(root, engine, flist)
34 dialog = engine._grepdialog

Completed in 1375 milliseconds