Called when we stop on an exception.
(self, frame, exc_info)
| 523 | pass |
| 524 | |
| 525 | def user_exception(self, frame, exc_info): |
| 526 | """Called when we stop on an exception.""" |
| 527 | pass |
| 528 | |
| 529 | def user_opcode(self, frame): |
| 530 | """Called when we are about to execute an opcode.""" |