Searched refs:GUIAdapter (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DRemoteDebugger.py9 | GUIProxy |--remote#call-->| GUIAdapter |--calls-->| GUI |
274 class GUIAdapter: class in inherits:
342 debugger GUI, and debugger GUIAdapter objects and linking them together.
344 Register the GUIAdapter with the RPCClient to handle debugger GUI
357 gui_adap = GUIAdapter(rpcclt, gui)
365 Unregister the GUIAdapter, which will cause a GC on the Idle process
/external/python/cpython3/Lib/idlelib/
H A Ddebugger_r.py9 | GUIProxy |--remote#call-->| GUIAdapter |--calls-->| GUI |
283 class GUIAdapter: class in inherits:
351 debugger GUI, and debugger GUIAdapter objects and linking them together.
353 Register the GUIAdapter with the RPCClient to handle debugger GUI
366 gui_adap = GUIAdapter(rpcclt, gui)
374 Unregister the GUIAdapter, which will cause a GC on the Idle process

Completed in 311 milliseconds