Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ teardown_class
Method
teardown_class
dummyserver/testcase.py:275–276 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
273
274
@classmethod
275
def
teardown_class(cls) -> None:
276
cls._stack.close()
277
278
279
@pytest.mark.skipif(not HAS_IPV6, reason=
"IPv6 not available"
)
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected