(self, arg)
| 2995 | pass |
| 2996 | |
| 2997 | def do_debug(self, arg): |
| 2998 | # Clear our cached list of valid commands; the recursive debugger might |
| 2999 | # send its own differing list, and so ours needs to be re-sent. |
| 3000 | self._command_name_cache = [] |
| 3001 | return super().do_debug(arg) |
| 3002 | |
| 3003 | def do_alias(self, arg): |
| 3004 | # Clear our cached list of valid commands; one might be added. |