Called if we might stop in a function.
(self, frame, argument_list)
| 511 | # to gain control. |
| 512 | |
| 513 | def user_call(self, frame, argument_list): |
| 514 | """Called if we might stop in a function.""" |
| 515 | pass |
| 516 | |
| 517 | def user_line(self, frame): |
| 518 | """Called when we stop or break at a line.""" |