MCPcopy Create free account
hub / github.com/apache/impala / __exit__

Method __exit__

shell/impala_shell/impala_shell.py:378–379  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

close_connectionMethod · 0.95

Tested by

no test coverage detected