(self)
| 154 | do_EOF = do_exit |
| 155 | |
| 156 | def help_exit(self): |
| 157 | print("Exit the interpreter.") |
| 158 | |
| 159 | # ------------------------[ debug ]----------------------------------- |
| 160 | def do_debug(self, arg): |
nothing calls this directly
no outgoing calls
no test coverage detected