Home
last modified time | relevance | path

Searched defs:rpcclt (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DRemoteDebugger.py337 def start_remote_debugger(rpcclt, pyshell): argument
361 def close_remote_debugger(rpcclt): argument
373 def close_subprocess_debugger(rpcclt): argument
376 def restart_subprocess_debugger(rpcclt): argument
DPyShell.py401 rpcclt = None variable in ModifiedInterpreter
/external/python/cpython3/Lib/idlelib/
Ddebugger_r.py346 def start_remote_debugger(rpcclt, pyshell): argument
370 def close_remote_debugger(rpcclt): argument
382 def close_subprocess_debugger(rpcclt): argument
385 def restart_subprocess_debugger(rpcclt): argument
Dpyshell.py417 rpcclt = None variable in ModifiedInterpreter