(self, arg)
| 314 | self.stdout.write("\n" + self.shell.get_exception_only()) |
| 315 | |
| 316 | def new_do_frame(self, arg): |
| 317 | OldPdb.do_frame(self, arg) |
| 318 | |
| 319 | def new_do_quit(self, arg): |
| 320 |
nothing calls this directly
no outgoing calls
no test coverage detected