(self, type, value, traceback)
| 376 | return self |
| 377 | |
| 378 | def __exit__(self, type, value, traceback): |
| 379 | self.close_connection() |
| 380 | |
| 381 | def _populate_command_list(self): |
| 382 | """Populate a list of commands in the shell. |
nothing calls this directly
no test coverage detected