(self, cmd, locals)
| 303 | return value |
| 304 | |
| 305 | def run(self, cmd, locals): |
| 306 | # Ignores locals on purpose! |
| 307 | seq = self.conn.asyncqueue(self.oid, "run", (cmd,), {}) |
| 308 | self.shell.interp.active_seq = seq |
| 309 | |
| 310 | def get_stack(self, frame, tbid): |
| 311 | # passing frame and traceback IDs, not the objects themselves |