Searched refs:OutputWindow (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DOutputWindow.py7 class OutputWindow(EditorWindow): class in inherits:EditorWindow
143 self.owin = owin = OutputWindow(self.flist)
H A DGrepDialog.py10 # Importing OutputWindow fails due to import loop
11 # EditorWindow -> GrepDialop -> OutputWindow -> EditorWindow
71 from idlelib.OutputWindow import OutputWindow # leave here! namespace
74 sys.stdout = OutputWindow(self.flist)
104 # Tk window has been closed, OutputWindow.text = None,
H A DPyShell.py31 from idlelib.OutputWindow import OutputWindow namespace
858 class PyShell(OutputWindow):
892 OutputWindow.__init__(self, flist, None, None)
1296 OutputWindow.write(self, s, tags, "iomark")

Completed in 232 milliseconds