Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_urllib2.py516 class MockHTTPSHandler(urllib.request.AbstractHTTPHandler):
521 urllib.request.AbstractHTTPHandler.__init__(self, debuglevel=debuglevel)
877 h = urllib.request.AbstractHTTPHandler()
945 h = urllib.request.AbstractHTTPHandler()
972 h = urllib.request.AbstractHTTPHandler()
995 h = urllib.request.AbstractHTTPHandler()
1015 h = urllib.request.AbstractHTTPHandler()
1033 h = urllib.request.AbstractHTTPHandler()
1042 h = urllib.request.AbstractHTTPHandler()
1063 h = urllib.request.AbstractHTTPHandler()
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Durllib2.py1115 class AbstractHTTPHandler(BaseHandler): class
1225 class HTTPHandler(AbstractHTTPHandler):
1230 http_request = AbstractHTTPHandler.do_request_
1233 class HTTPSHandler(AbstractHTTPHandler):
1236 AbstractHTTPHandler.__init__(self, debuglevel)
1243 https_request = AbstractHTTPHandler.do_request_
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_urllib2.py437 class MockHTTPSHandler(urllib2.AbstractHTTPHandler):
442 urllib2.AbstractHTTPHandler.__init__(self)
776 h = urllib2.AbstractHTTPHandler()
839 h = urllib2.AbstractHTTPHandler()
866 h = urllib2.AbstractHTTPHandler()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/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_
/aosp_15_r20/external/python/cpython3/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_
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/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_
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/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_
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/urllib/
H A 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_
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/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_
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst1127 requests. The urllib.request.AbstractHTTPHandler class does not enforce a
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst1291 AbstractHTTPHandler.do_open() of urllib.request closes the HTTP connection
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.6.rst1673 throwing an error, :class:`~urllib.request.AbstractHTTPHandler` now
/aosp_15_r20/external/python/cpython3/Doc/library/
Dunittest.mock.rst2412 'AbstractHTTPHandler',
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY9492 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP