Searched defs:EditorWindow (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython2/Lib/idlelib/ | ||
| D | PyShell.py | 317     EditorWindow = PyShellEditorWindow  variable in PyShellFileList | 
| D | EditorWindow.py | 120 class EditorWindow(object):  class | 
| /external/python/cpython3/Lib/idlelib/ | ||
| D | pyshell.py | 334     EditorWindow = PyShellEditorWindow  variable in PyShellFileList | 
| D | editor.py | 50 class EditorWindow:  class |