HomeSort by relevance Sort by last modified time
    Searched refs:GUIAdapter (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 9 | GUIProxy |--remote#call-->| GUIAdapter |--calls-->| GUI |
275 class GUIAdapter:
343 debugger GUI, and debugger GUIAdapter objects and linking them together.
345 Register the GUIAdapter with the RPCClient to handle debugger GUI
358 gui_adap = GUIAdapter(rpcclt, gui)
366 Unregister the GUIAdapter, which will cause a GC on the Idle process
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 9 | GUIProxy |--remote#call-->| GUIAdapter |--calls-->| GUI |
275 class GUIAdapter:
343 debugger GUI, and debugger GUIAdapter objects and linking them together.
345 Register the GUIAdapter with the RPCClient to handle debugger GUI
358 gui_adap = GUIAdapter(rpcclt, gui)
366 Unregister the GUIAdapter, which will cause a GC on the Idle process

Completed in 637 milliseconds