Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ setup_class
Method
setup_class
test/test_ssltransport.py:103–104 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
101
102
@classmethod
103
def
setup_class(cls) -> None:
104
cls.server_context, cls.client_context = server_client_ssl_contexts()
105
106
def
start_dummy_server(
107
self,
Callers
nothing calls this directly
Calls
1
server_client_ssl_contexts
Function · 0.85
Tested by
no test coverage detected