Home
last modified time | relevance | path

Searched refs:pyshell (Results 76 – 100 of 284) sorted by relevance

12345678910>>...12

/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DPyShell.py176 debug = self.flist.pyshell.interp.debugger
204 debug = self.flist.pyshell.interp.debugger
319 pyshell = None variable in PyShellFileList
322 if self.pyshell:
323 self.pyshell.top.wakeup()
325 self.pyshell = PyShell(self)
326 if self.pyshell:
327 if not self.pyshell.begin():
329 return self.pyshell
1031 self.flist.pyshell = None
[all …]
H A DRemoteDebugger.py337 def start_remote_debugger(rpcclt, pyshell): argument
355 idb_proxy = IdbProxy(rpcclt, pyshell, idb_adap_oid)
356 gui = Debugger.Debugger(pyshell, idb_proxy)
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DPyShell.py176 debug = self.flist.pyshell.interp.debugger
204 debug = self.flist.pyshell.interp.debugger
319 pyshell = None variable in PyShellFileList
322 if self.pyshell:
323 self.pyshell.top.wakeup()
325 self.pyshell = PyShell(self)
326 if self.pyshell:
327 if not self.pyshell.begin():
329 return self.pyshell
1031 self.flist.pyshell = None
[all …]
H A DRemoteDebugger.py337 def start_remote_debugger(rpcclt, pyshell): argument
355 idb_proxy = IdbProxy(rpcclt, pyshell, idb_adap_oid)
356 gui = Debugger.Debugger(pyshell, idb_proxy)
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dpyshell.py192 debug = self.flist.pyshell.interp.debugger
220 debug = self.flist.pyshell.interp.debugger
336 pyshell = None variable in PyShellFileList
339 if self.pyshell:
340 self.pyshell.top.wakeup()
342 self.pyshell = PyShell(self)
343 if self.pyshell:
344 if not self.pyshell.begin():
346 return self.pyshell
1136 self.flist.pyshell = None
[all …]
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
H A Drunscript.py21 from idlelib import pyshell
142 if pyshell.use_subprocess and restart:
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Dpyshell.py192 debug = self.flist.pyshell.interp.debugger
220 debug = self.flist.pyshell.interp.debugger
336 pyshell = None variable in PyShellFileList
339 if self.pyshell:
340 self.pyshell.top.wakeup()
342 self.pyshell = PyShell(self)
343 if self.pyshell:
344 if not self.pyshell.begin():
346 return self.pyshell
1136 self.flist.pyshell = None
[all …]
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
/dports/security/py-gvm-tools/gvm-tools-21.10.0/
H A DPKG-INFO62 - [gvm-pyshell](#gvm-pyshell)
179 ### gvm-pyshell
191 gvm-pyshell --gmp-username user --gmp-password pass socket
197 gvm-pyshell --hostname 127.0.0.1 ssh
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A Dimages.py6624 pyshell = PyEmbeddedImage( variable
6638 catalog['pyshell'] = pyshell
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
H A Drunscript.py21 from idlelib import pyshell
142 if pyshell.use_subprocess and restart:
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
H A Drunscript.py21 from idlelib import pyshell
142 if pyshell.use_subprocess and restart:
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
H A Drunscript.py20 from idlelib import pyshell
155 if pyshell.use_subprocess and restart:
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
H A Drunscript.py21 from idlelib import pyshell
142 if pyshell.use_subprocess and restart:
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
H A Drunscript.py21 from idlelib import pyshell
142 if pyshell.use_subprocess and restart:
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
H A Drunscript.py21 from idlelib import pyshell
142 if pyshell.use_subprocess and restart:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Didle.py13 from idlelib.pyshell import main # This is subject to change
H A Drunscript.py21 from idlelib import pyshell
142 if pyshell.use_subprocess and restart:

12345678910>>...12