MCPcopy Index your code
hub / github.com/python/cpython / https_open

Method https_open

Lib/urllib/request.py:1370–1372  ·  view source on GitHub ↗
(self, req)

Source from the content-addressed store, hash-verified

1368 self._context = context
1369
1370 def https_open(self, req):
1371 return self.do_open(http.client.HTTPSConnection, req,
1372 context=self._context)
1373
1374 https_request = AbstractHTTPHandler.do_request_
1375

Callers

nothing calls this directly

Calls 1

do_openMethod · 0.80

Tested by

no test coverage detected