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

Method isOpen

lib/py/src/transport/THttpClient.py:127–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 self.__http_response = None
126
127 def isOpen(self):
128 return self.__http is not None
129
130 def setTimeout(self, ms):
131 if ms is None:

Callers 1

flushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected