Home
last modified time | relevance | path

Searched refs:pyshell (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyshell.py1 "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 Dtest_editmenu.py10 from idlelib import pyshell namespace
21 pyshell.fix_x11_paste(root)
H A Dtest_warning.py1 '''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 Dhtest.py62 pyshell.PyShellEditorWindow
68 import idlelib.pyshell # Set Windows DPI awareness before Tk(). namespace
H A Dtest_sidebar.py16 import idlelib.pyshell namespace
17 from idlelib.pyshell import fix_x11_paste, PyShell, PyShellFileList
/third_party/python/Lib/idlelib/
H A Ddebugger.py62 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__.py6 import idlelib.pyshell namespace
7 idlelib.pyshell.main()
H A Dbrowser.py16 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 Didle.py13 from idlelib.pyshell import main # This is subject to change
H A Dpyshell.py5 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 Drunscript.py21 from idlelib import pyshell namespace
142 if pyshell.use_subprocess and restart:
165 # Need to change streams in pyshell.ModifiedInterpreter.
H A Ddebugger_r.py346 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 Dcalltip.py123 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
H A Dstackviewer.py128 from idlelib.pyshell import PyShellFileList
H A Dgrep.py195 from idlelib.pyshell import PyShellFileList
H A Dautocomplete.py174 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
/third_party/python/Mac/IDLE/IDLE.app/Contents/Resources/
H A Didlemain.py71 from idlelib.pyshell import main

Completed in 12 milliseconds