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

/external/python/cpython3/Lib/idlelib/
H A D__main__.py6 import idlelib.pyshell namespace
7 idlelib.pyshell.main()
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
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 Dbrowser.py18 from idlelib import pyshell namespace
23 # Normally pyshell.flist.open, but there is no pyshell.flist for htest.
35 file_open = pyshell.flist.open
98 pyshell.flist.open(self.file)
229 flist = pyshell.PyShellFileList(parent)
H A Drunscript.py28 from idlelib import pyshell namespace
146 if pyshell.use_subprocess:
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 Dpyshell.py92 """Extend linecache.checkcache to preserve the <pyshell#...> entries
95 <pyshell#...> entries, call the original linecache.checkcache()
165 debug = self.flist.pyshell.interp.debugger
193 debug = self.flist.pyshell.interp.debugger
208 debug = self.flist.pyshell.interp.debugger
309 pyshell = None variable in class:PyShellFileList
312 if self.pyshell:
313 self.pyshell.top.wakeup()
315 self.pyshell = PyShell(self)
316 if self.pyshell
[all...]
H A Dcalltips.py96 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
H A Dpathbrowser.py6 from idlelib.pyshell import PyShellFileList
H A Dautocomplete.py179 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
H A Dgrep.py135 from idlelib.pyshell import PyShellFileList
H A Dstackviewer.py128 from idlelib.pyshell import PyShellFileList
/external/python/cpython3/Tools/scripts/
H A Didle33 from idlelib.pyshell import main
/external/python/cpython3/Mac/IDLE/IDLE.app/Contents/Resources/
H A Didlemain.py71 from idlelib.pyshell import main
/external/python/cpython3/Lib/idlelib/idle_test/
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.
20 from idlelib import pyshell as shell
22 # The following was generated from pyshell.idle_formatwarning
/external/python/cpython2/Lib/idlelib/
H A DDebugger.py57 def __init__(self, pyshell, idb=None):
60 self.pyshell = pyshell
117 # Clean up pyshell if user clicked debugger control close widget.
119 # toggled debugger from pyshell Debug menu)
120 self.pyshell.close_debugger()
125 pyshell = self.pyshell
126 self.flist = pyshell.flist
127 self.root = root = pyshell
[all...]
H A DRemoteDebugger.py337 def start_remote_debugger(rpcclt, pyshell):
355 idb_proxy = IdbProxy(rpcclt, pyshell, idb_adap_oid)
356 gui = Debugger.Debugger(pyshell, idb_proxy)
H A DPyShell.py104 """Extend linecache.checkcache to preserve the <pyshell#...> entries
107 <pyshell#...> entries, call the original linecache.checkcache()
176 debug = self.flist.pyshell.interp.debugger
204 debug = self.flist.pyshell.interp.debugger
219 debug = self.flist.pyshell.interp.debugger
319 pyshell = None variable in class:PyShellFileList
322 if self.pyshell:
323 self.pyshell.top.wakeup()
325 self.pyshell = PyShell(self)
326 if self.pyshell
[all...]
H A DAutoComplete.py176 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
H A DCallTips.py99 rpcclt = self.editwin.flist.pyshell.interp.rpcclt

Completed in 1182 milliseconds