Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ https_open
Method
https_open
Lib/test/test_urllib2.py:536–537 ·
view source on GitHub ↗
(self, req)
Source
from the content-addressed store, hash-verified
534
self.httpconn = MockHTTPClass()
535
536
def
https_open(self, req):
537
return
self.do_open(self.httpconn, req)
538
539
540
class
MockHTTPHandlerCheckAuth(urllib.request.BaseHandler):
Callers
nothing calls this directly
Calls
1
do_open
Method · 0.80
Tested by
no test coverage detected