Called when we stop on an exception.
(self, frame, exc_info)
| 514 | pass |
| 515 | |
| 516 | def user_exception(self, frame, exc_info): |
| 517 | """Called when we stop on an exception.""" |
| 518 | pass |
| 519 | |
| 520 | def user_opcode(self, frame): |
| 521 | """Called when we are about to execute an opcode.""" |