Called if we might stop in a function.
(self, frame, argument_list)
| 257 | # to gain control. |
| 258 | |
| 259 | def user_call(self, frame, argument_list): |
| 260 | """Called if we might stop in a function.""" |
| 261 | pass |
| 262 | |
| 263 | def user_line(self, frame): |
| 264 | """Called when we stop or break at a line.""" |