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

Method _is_quit_command

shell/impala_shell/impala_shell.py:772–774  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

770 os.write(sys.stderr.fileno(), err_details.encode('utf-8'))
771
772 def _is_quit_command(self, command):
773 # Do a case insensitive check
774 return command.lower() in ImpalaShell.QUIT_COMMANDS
775
776 def set_prompt(self, db):
777 self.prompt = ImpalaShell.PROMPT_FORMAT.format(

Callers 1

precmdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected