Called when we stop on an exception.
(self, frame, exc_info)
| 269 | pass |
| 270 | |
| 271 | def user_exception(self, frame, exc_info): |
| 272 | """Called when we stop on an exception.""" |
| 273 | pass |
| 274 | |
| 275 | def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): |
| 276 | """Set the attributes for stopping. |