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

Method do_src

shell/impala_shell/impala_shell.py:1758–1759  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

1756 print(random.choice(TIPS), file=sys.stderr)
1757
1758 def do_src(self, args):
1759 return self.do_source(args)
1760
1761 def do_source(self, args):
1762 try:

Callers

nothing calls this directly

Calls 1

do_sourceMethod · 0.95

Tested by

no test coverage detected