Home
last modified time | relevance | path

Searched refs:AbstractHTTPHandler (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_urllib2.py498 class MockHTTPSHandler(urllib.request.AbstractHTTPHandler):
503 urllib.request.AbstractHTTPHandler.__init__(self, debuglevel=debuglevel)
859 h = urllib.request.AbstractHTTPHandler()
927 h = urllib.request.AbstractHTTPHandler()
954 h = urllib.request.AbstractHTTPHandler()
977 h = urllib.request.AbstractHTTPHandler()
997 h = urllib.request.AbstractHTTPHandler()
1015 h = urllib.request.AbstractHTTPHandler()
1024 h = urllib.request.AbstractHTTPHandler()
1045 h = urllib.request.AbstractHTTPHandler()
[all …]
/third_party/python/Lib/urllib/
Drequest.py1256 class AbstractHTTPHandler(BaseHandler): class
1374 class HTTPHandler(AbstractHTTPHandler):
1379 http_request = AbstractHTTPHandler.do_request_
1383 class HTTPSHandler(AbstractHTTPHandler):
1386 AbstractHTTPHandler.__init__(self, debuglevel)
1394 https_request = AbstractHTTPHandler.do_request_
/third_party/python/Misc/NEWS.d/
D3.6.0b1.rst1127 requests. The urllib.request.AbstractHTTPHandler class does not enforce a
/third_party/python/Doc/whatsnew/
D3.6.rst1673 throwing an error, :class:`~urllib.request.AbstractHTTPHandler` now
/third_party/python/Doc/library/
Dunittest.mock.rst2412 'AbstractHTTPHandler',
/third_party/python/Misc/
DHISTORY9492 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP