Home
last modified time | relevance | path

Searched refs:test_urllib (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_urllib2.py6 from test import test_urllib namespace
1318 http.client.HTTPConnection = test_urllib.fakehttp(response1)
1338 self.connection = test_urllib.fakehttp(
1355 handler.connection = test_urllib.fakehttp(
1740 conn = test_urllib.fakehttp(header.encode() + data)
1751 conn = test_urllib.fakehttp(b"")

Completed in 3 milliseconds