(self, frame)
| 229 | self.next_set_method() |
| 230 | |
| 231 | def user_opcode(self, frame): |
| 232 | self.process_event('opcode', frame) |
| 233 | self.next_set_method() |
| 234 | |
| 235 | def do_clear(self, arg): |
| 236 | # The temporary breakpoints are deleted in user_line(). |
nothing calls this directly
no test coverage detected