MCPcopy
hub / github.com/urllib3/urllib3 / setup_class

Method setup_class

test/test_ssltransport.py:351–352  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

349
350 @classmethod
351 def setup_class(cls) -> None:
352 cls.server_context, cls.client_context = server_client_ssl_contexts()
353
354 @classmethod
355 def start_proxy_server(cls) -> None:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected