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

Method close

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

Source from the content-addressed store, hash-verified

163 self.__http.sock.settimeout(self.__socket_timeout_s)
164
165 def close(self):
166 self.__http.close()
167 self.__http = None
168 self.__http_response = None
169
170 def isOpen(self):
171 return self.__http is not None

Callers 2

sendRequestHeadersMethod · 0.95
flushMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected