Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_pyshell.py50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DPyShell.py125 class PyShellEditorWindow(EditorWindow): class
317 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."
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dpyshell.py130 class PyShellEditorWindow(EditorWindow): class
325 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."