(self, message, fid, modified_info)
| 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 | |
| 292 | class IdbProxy: |
nothing calls this directly
no test coverage detected