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

Method __init__

Lib/test/ssl_servers.py:23–25  ·  view source on GitHub ↗
(self, server_address, handler_class, context)

Source from the content-addressed store, hash-verified

21class HTTPSServer(_HTTPServer):
22
23 def __init__(self, server_address, handler_class, context):
24 _HTTPServer.__init__(self, server_address, handler_class)
25 self.context = context
26
27 def __str__(self):
28 return ('<%s %s:%s>' %

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected