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

Method interaction

Lib/idlelib/debugger_r.py:286–289  ·  view source on GitHub ↗
(self, message, fid, modified_info)

Source from the content-addressed store, hash-verified

284 self.gui = gui
285
286 def interaction(self, message, fid, modified_info):
287 ##print("*** Interaction: (%s, %s, %s)" % (message, fid, modified_info))
288 frame = FrameProxy(self.conn, fid)
289 self.gui.interaction(message, frame, modified_info)
290
291
292class IdbProxy:

Callers

nothing calls this directly

Calls 2

FrameProxyClass · 0.85
interactionMethod · 0.45

Tested by

no test coverage detected