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

Method using_proxy

shell/impala_shell/ImpalaHttpClient.py:146–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

144 return "Basic " + cr
145
146 def using_proxy(self):
147 return self.realhost is not None
148
149 def open(self):
150 if self.scheme == 'http':

Callers 2

openMethod · 0.95
sendRequestHeadersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected