Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sendRequestHeaders
Method · 0.95
connect
Method · 0.45
_close_transport
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected