MCPcopy Index your code
hub / github.com/python/cpython / interaction

Method interaction

Lib/idlelib/debugger_r.py:63–68  ·  view source on GitHub ↗
(self, message, frame, info=None)

Source from the content-addressed store, hash-verified

61 self.oid = gui_adap_oid
62
63 def interaction(self, message, frame, info=None):
64 # calls rpc.SocketIO.remotecall() via run.MyHandler instance
65 # pass frame and traceback object IDs instead of the objects themselves
66 self.conn.remotecall(self.oid, "interaction",
67 (message, wrap_frame(frame), wrap_info(info)),
68 {})
69
70class IdbAdapter:
71

Callers 1

interactionMethod · 0.45

Calls 3

wrap_frameFunction · 0.85
wrap_infoFunction · 0.85
remotecallMethod · 0.80

Tested by

no test coverage detected