HomeSort by relevance Sort by last modified time
    Searched refs:EditorWindow (Results 1 - 25 of 27) sorted by null

1 2

  /external/python/cpython2/Lib/idlelib/
FileList.py 9 from idlelib.EditorWindow import EditorWindow
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
OutputWindow.py 2 from idlelib.EditorWindow import EditorWindow
7 class OutputWindow(EditorWindow):
16 EditorWindow.__init__(self, *args)
19 # Customize EditorWindow
PyShell.py 27 from idlelib.EditorWindow import EditorWindow, fixwordbreaks
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
    [all...]
EditorWindow.py 83 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):
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','width', type='int'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FileList.py 9 from idlelib.EditorWindow import EditorWindow
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
OutputWindow.py 2 from idlelib.EditorWindow import EditorWindow
7 class OutputWindow(EditorWindow):
16 EditorWindow.__init__(self, *args)
19 # Customize EditorWindow
macosxSupport.py 96 from idlelib.EditorWindow import prepstr, get_accelerator
PyShell.py 28 from idlelib.EditorWindow import EditorWindow, fixwordbreaks
106 class PyShellEditorWindow(EditorWindow):
111 EditorWindow.__init__(self, *args)
277 # EditorWindow.saved_change_hook(self)
282 EditorWindow._close(self)
289 # instead of EditorWindow when new edit windows are created.
290 EditorWindow = PyShellEditorWindow
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
    [all...]
EditorWindow.py 80 near - a Toplevel widget (e.g. EditorWindow or PyShell)
112 class EditorWindow(object):
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
165 #configDialog.py so it can access all EditorWindow instances
175 self.width = idleConf.GetOption('main','EditorWindow','width', type='int')
181 'height': idleConf.GetOption('main', 'EditorWindow', 'height', type='int')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FileList.py 9 from idlelib.EditorWindow import EditorWindow
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
OutputWindow.py 2 from idlelib.EditorWindow import EditorWindow
7 class OutputWindow(EditorWindow):
16 EditorWindow.__init__(self, *args)
19 # Customize EditorWindow
macosxSupport.py 96 from idlelib.EditorWindow import prepstr, get_accelerator
PyShell.py 28 from idlelib.EditorWindow import EditorWindow, fixwordbreaks
106 class PyShellEditorWindow(EditorWindow):
111 EditorWindow.__init__(self, *args)
277 # EditorWindow.saved_change_hook(self)
282 EditorWindow._close(self)
289 # instead of EditorWindow when new edit windows are created.
290 EditorWindow = PyShellEditorWindow
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
    [all...]
EditorWindow.py 80 near - a Toplevel widget (e.g. EditorWindow or PyShell)
112 class EditorWindow(object):
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
165 #configDialog.py so it can access all EditorWindow instances
175 self.width = idleConf.GetOption('main','EditorWindow','width', type='int')
181 'height': idleConf.GetOption('main', 'EditorWindow', 'height', type='int')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 9 from idlelib.EditorWindow import EditorWindow
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
OutputWindow.py 2 from idlelib.EditorWindow import EditorWindow
7 class OutputWindow(EditorWindow):
16 EditorWindow.__init__(self, *args)
19 # Customize EditorWindow
macosxSupport.py 96 from idlelib.EditorWindow import prepstr, get_accelerator
PyShell.py 28 from idlelib.EditorWindow import EditorWindow, fixwordbreaks
106 class PyShellEditorWindow(EditorWindow):
111 EditorWindow.__init__(self, *args)
277 # EditorWindow.saved_change_hook(self)
282 EditorWindow._close(self)
289 # instead of EditorWindow when new edit windows are created.
290 EditorWindow = PyShellEditorWindow
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
    [all...]
EditorWindow.py 80 near - a Toplevel widget (e.g. EditorWindow or PyShell)
112 class EditorWindow(object):
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
165 #configDialog.py so it can access all EditorWindow instances
175 self.width = idleConf.GetOption('main','EditorWindow','width', type='int')
181 'height': idleConf.GetOption('main', 'EditorWindow', 'height', type='int')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 9 from idlelib.EditorWindow import EditorWindow
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
OutputWindow.py 2 from idlelib.EditorWindow import EditorWindow
7 class OutputWindow(EditorWindow):
16 EditorWindow.__init__(self, *args)
19 # Customize EditorWindow
macosxSupport.py 96 from idlelib.EditorWindow import prepstr, get_accelerator
PyShell.py 28 from idlelib.EditorWindow import EditorWindow, fixwordbreaks
106 class PyShellEditorWindow(EditorWindow):
111 EditorWindow.__init__(self, *args)
277 # EditorWindow.saved_change_hook(self)
282 EditorWindow._close(self)
289 # instead of EditorWindow when new edit windows are created.
290 EditorWindow = PyShellEditorWindow
870 # indentwidth must be 8 when using tabs. See note in EditorWindow:
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_hyperparser.py 5 from idlelib.EditorWindow import EditorWindow
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
test_formatparagraph.py 4 from idlelib.EditorWindow import EditorWindow
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 2608 milliseconds

1 2