Searched refs:pyshell (Results 1 - 17 of 17) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_pyshell.py | 1 "Test pyshell, coverage 12%." 4 from idlelib import pyshell namespace 20 line = pyshell.restart_line(width, file) 28 self.assertEqual(pyshell.restart_line(width, ''), expect) 29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =') 49 psfl = pyshell.PyShellFileList(self.root) 50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow) 51 self.assertIsNone(psfl.pyshell) 58 ## pyshell.use_subprocess = False 59 ## ps = pyshell [all...] |
H A D | test_editmenu.py | 10 from idlelib import pyshell namespace 21 pyshell.fix_x11_paste(root)
|
H A D | test_warning.py | 1 '''Test warnings replacement in pyshell.py and run.py. 9 from idlelib import pyshell as shell 20 # The following was generated from pyshell.idle_formatwarning
|
H A D | htest.py | 62 pyshell.PyShellEditorWindow 68 import idlelib.pyshell # Set Windows DPI awareness before Tk(). namespace
|
H A D | test_sidebar.py | 16 import idlelib.pyshell namespace 17 from idlelib.pyshell import fix_x11_paste, PyShell, PyShellFileList
|
/third_party/python/Lib/idlelib/ |
H A D | debugger.py | 62 def __init__(self, pyshell, idb=None): 65 self.pyshell = pyshell 122 # Clean up pyshell if user clicked debugger control close widget. 124 # toggled debugger from pyshell Debug menu) 125 self.pyshell.close_debugger() 130 pyshell = self.pyshell 131 self.flist = pyshell.flist 132 self.root = root = pyshell [all...] |
H A D | __main__.py | 6 import idlelib.pyshell namespace 7 idlelib.pyshell.main()
|
H A D | browser.py | 16 from idlelib import pyshell namespace 23 # Normally pyshell.flist.open, but there is no pyshell.flist for htest. 107 flist = (pyshell.flist if not (self._htest or self._utest) 108 else pyshell.PyShellFileList(root))
|
H A D | idle.py | 13 from idlelib.pyshell import main # This is subject to change
|
H A D | pyshell.py | 5 sys.modules['idlelib.pyshell'] = sys.modules['__main__'] 109 """Extend linecache.checkcache to preserve the <pyshell#...> entries 112 <pyshell#...> entries, call the original linecache.checkcache() 183 debug = self.flist.pyshell.interp.debugger 211 debug = self.flist.pyshell.interp.debugger 226 debug = self.flist.pyshell.interp.debugger 327 pyshell = None variable in PyShellFileList 330 if self.pyshell: 331 self.pyshell.top.wakeup() 333 self.pyshell [all...] |
H A D | runscript.py | 21 from idlelib import pyshell namespace 142 if pyshell.use_subprocess and restart: 165 # Need to change streams in pyshell.ModifiedInterpreter.
|
H A D | debugger_r.py | 346 def start_remote_debugger(rpcclt, pyshell): 364 idb_proxy = IdbProxy(rpcclt, pyshell, idb_adap_oid) 365 gui = debugger.Debugger(pyshell, idb_proxy) 376 is deleted in pyshell.close_remote_debugger().)
|
H A D | calltip.py | 123 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
|
H A D | stackviewer.py | 128 from idlelib.pyshell import PyShellFileList
|
H A D | grep.py | 195 from idlelib.pyshell import PyShellFileList
|
H A D | autocomplete.py | 174 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
|
/third_party/python/Mac/IDLE/IDLE.app/Contents/Resources/ |
H A D | idlemain.py | 71 from idlelib.pyshell import main
|
Completed in 8 milliseconds