Home
last modified time | relevance | path

Searched refs:PyShellEditorWindow (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_pyshell.py50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
/third_party/python/Lib/idlelib/
Dpyshell.py139 class PyShellEditorWindow(EditorWindow): class
334 EditorWindow = PyShellEditorWindow
DChangeLog155 class PyShellEditorWindow, it invokes
156 PyShelEditorWindow.close(self). Now, class PyShellEditorWindow
159 PyShellEditorWindow.close would return an unbound method restricted
163 PyShellEditorWindow, and this was correctly trapped as an error."