Called if we might stop in a function.
(self, frame, argument_list)
| 502 | # to gain control. |
| 503 | |
| 504 | def user_call(self, frame, argument_list): |
| 505 | """Called if we might stop in a function.""" |
| 506 | pass |
| 507 | |
| 508 | def user_line(self, frame): |
| 509 | """Called when we stop or break at a line.""" |