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

Method __init__

lib/speed.py:562–567  ·  view source on GitHub ↗
(self, debuglevel=0, context=None, source_address=None,
                 timeout=10)

Source from the content-addressed store, hash-verified

560 args we need for ``source_address`` and ``timeout``
561 """
562 def __init__(self, debuglevel=0, context=None, source_address=None,
563 timeout=10):
564 AbstractHTTPHandler.__init__(self, debuglevel)
565 self._context = context
566 self.source_address = source_address
567 self.timeout = timeout
568
569 def https_open(self, req):
570 return self.do_open(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected