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

Method isOpen

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

Source from the content-addressed store, hash-verified

168 self.__http_response = None
169
170 def isOpen(self):
171 return self.__http is not None
172
173 def getCustomHeadersWithBasicAuth(self, cookie_header, has_auth_cookie):
174 custom_headers = {}

Callers 3

sendRequestHeadersMethod · 0.95
connectMethod · 0.45
_close_transportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected