Home
last modified time | relevance | path

Searched refs:_connection_class (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_urllib.py59 assert httplib.HTTP._connection_class == httplib.HTTPConnection
61 httplib.HTTP._connection_class = fakehttp(fakedata)
64 httplib.HTTP._connection_class = httplib.HTTPConnection
335 fakehttp_wrapper = httplib.HTTP._connection_class
352 fakehttp_wrapper = httplib.HTTP._connection_class
/external/python/cpython2/Lib/
Dhttplib.py1146 _connection_class = HTTPConnection variable in HTTP
1158 self._setup(self._connection_class(host, port, strict))
1275 _connection_class = HTTPSConnection variable in HTTPS
1284 self._setup(self._connection_class(host, port, key_file,