Searched refs:EditorWindow (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DOutputWindow.py2 from idlelib.EditorWindow import EditorWindow namespace
7 class OutputWindow(EditorWindow):
16 EditorWindow.__init__(self, *args)
19 # Customize EditorWindow
H A DFileList.py9 from idlelib.EditorWindow import EditorWindow namespace
15 self.vars = {} # For EditorWindow.getrawvar (shared Tcl variables)
36 return self.EditorWindow(self, filename, key)
44 return self.EditorWindow(self, filename)
57 print "Don't know this EditorWindow object. (close)"
70 print "Don't know this EditorWindow object. (rename)"
109 from idlelib.EditorWindow import fixwordbreaks
H A DPyShell.py27 from idlelib.EditorWindow import EditorWindow, fixwordbreaks namespace
125 class PyShellEditorWindow(EditorWindow):
130 EditorWindow.__init__(self, *args)
304 # EditorWindow.saved_change_hook(self)
309 EditorWindow._close(self)
316 # instead of EditorWindow when new edit windows are created.
317 EditorWindow = PyShellEditorWindow variable in class:PyShellFileList
896 # indentwidth must be 8 when using tabs. See note in EditorWindow:
1005 "Extend EditorWindow
[all...]
H A DEditorWindow.py83 near - a Toplevel widget (e.g. EditorWindow or PyShell)
87 w.warn("EditorWindow.HelpDialog is no longer used by Idle.\n"
120 class EditorWindow(object): class in inherits:object
132 if EditorWindow.help_url is None:
154 EditorWindow.help_url = dochome
157 EditorWindow.help_url = 'file://' + EditorWindow.help_url
159 EditorWindow.help_url = "https://docs.python.org/%d.%d/" % sys.version_info[:2]
172 #configDialog.py so it can access all EditorWindow instances
182 self.width = idleConf.GetOption('main','EditorWindow','widt
[all...]
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_hyperparser.py5 from idlelib.EditorWindow import EditorWindow namespace
16 _build_char_in_string_func = EditorWindow._build_char_in_string_func.im_func
17 is_char_in_string = EditorWindow.is_char_in_string.im_func
H A Dtest_formatparagraph.py4 from idlelib.EditorWindow import EditorWindow namespace
223 # A real EditorWindow creates unneeded, time-consuming baggage and
227 # Calling EditorWindow._close in tearDownClass prevents this but causes
241 get_selection_indices = EditorWindow. get_selection_indices.im_func
359 # The following block worked with EditorWindow but fails with the mock.

Completed in 347 milliseconds