Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_pyshell.py50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
/external/python/cpython3/Lib/idlelib/
Dpyshell.py124 class PyShellEditorWindow(EditorWindow): class
319 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."