MCPcopy Create free account
hub / github.com/GlobalTechInfo/MEGA-MD / https_open

Method https_open

lib/speed.py:569–578  ·  view source on GitHub ↗
(self, req)

Source from the content-addressed store, hash-verified

567 self.timeout = timeout
568
569 def https_open(self, req):
570 return self.do_open(
571 _build_connection(
572 SpeedtestHTTPSConnection,
573 self.source_address,
574 self.timeout,
575 context=self._context,
576 ),
577 req
578 )
579
580 https_request = AbstractHTTPHandler.do_request_
581

Callers

nothing calls this directly

Calls 1

_build_connectionFunction · 0.85

Tested by

no test coverage detected