Searched defs:pyshell (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/idlelib/ | ||
D | debugger.py | 62 def __init__(self, pyshell, idb=None): argument |
D | debugger_r.py | 346 def start_remote_debugger(rpcclt, pyshell): argument |
D | pyshell.py | 320 pyshell = None variable in PyShellFileList |
/external/python/cpython2/Lib/idlelib/ | ||
D | Debugger.py | 57 def __init__(self, pyshell, idb=None): argument |
D | RemoteDebugger.py | 337 def start_remote_debugger(rpcclt, pyshell): argument |
D | PyShell.py | 319 pyshell = None variable in PyShellFileList |