MCPcopy
hub / github.com/urllib3/urllib3 / __init__

Method __init__

test/test_ssltransport.py:273–278  ·  view source on GitHub ↗
(
        self, destination_server_host: str, destination_server_port: int
    )

Source from the content-addressed store, hash-verified

271 """
272
273 def __init__(
274 self, destination_server_host: str, destination_server_port: int
275 ) -> None:
276 self.destination_server_host = destination_server_host
277 self.destination_server_port = destination_server_port
278 self.server_ctx, _ = server_client_ssl_contexts()
279
280 def start_proxy_handler(self) -> None:
281 """

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected