Searched refs:_connection_class (Results 1 – 2 of 2) sorted by relevance
59 assert httplib.HTTP._connection_class == httplib.HTTPConnection61 httplib.HTTP._connection_class = fakehttp(fakedata)64 httplib.HTTP._connection_class = httplib.HTTPConnection335 fakehttp_wrapper = httplib.HTTP._connection_class352 fakehttp_wrapper = httplib.HTTP._connection_class
1146 _connection_class = HTTPConnection variable in HTTP1158 self._setup(self._connection_class(host, port, strict))1275 _connection_class = HTTPSConnection variable in HTTPS1284 self._setup(self._connection_class(host, port, key_file,