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

Method using_proxy

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

Source from the content-addressed store, hash-verified

105 return "Basic " + cr.decode("ascii")
106
107 def using_proxy(self):
108 return self.realhost is not None
109
110 def open(self):
111 if self.scheme == 'http':

Callers 2

openMethod · 0.95
flushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected