Searched refs:pyshell (Results 1 - 21 of 21) sorted by relevance
/external/python/cpython3/Lib/idlelib/ |
H A D | __main__.py | 6 import idlelib.pyshell namespace 7 idlelib.pyshell.main()
|
H A D | idle.py | 13 from idlelib.pyshell import main # This is subject to change
|
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 | browser.py | 18 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 D | runscript.py | 28 from idlelib import pyshell namespace 146 if pyshell.use_subprocess: 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 | pyshell.py | 92 """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 D | calltips.py | 96 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
|
H A D | pathbrowser.py | 6 from idlelib.pyshell import PyShellFileList
|
H A D | autocomplete.py | 179 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
|
H A D | grep.py | 135 from idlelib.pyshell import PyShellFileList
|
H A D | stackviewer.py | 128 from idlelib.pyshell import PyShellFileList
|
/external/python/cpython3/Tools/scripts/ |
H A D | idle3 | 3 from idlelib.pyshell import main
|
/external/python/cpython3/Mac/IDLE/IDLE.app/Contents/Resources/ |
H A D | idlemain.py | 71 from idlelib.pyshell import main
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
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. 20 from idlelib import pyshell as shell 22 # The following was generated from pyshell.idle_formatwarning
|
/external/python/cpython2/Lib/idlelib/ |
H A D | Debugger.py | 57 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 D | RemoteDebugger.py | 337 def start_remote_debugger(rpcclt, pyshell): 355 idb_proxy = IdbProxy(rpcclt, pyshell, idb_adap_oid) 356 gui = Debugger.Debugger(pyshell, idb_proxy)
|
H A D | PyShell.py | 104 """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 D | AutoComplete.py | 176 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
|
H A D | CallTips.py | 99 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
|
Completed in 1182 milliseconds