Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ teardown_class
Method
teardown_class
test/test_no_ssl.py:29–31 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
27
28
@classmethod
29
def
teardown_class(cls) -> None:
30
sys.meta_path.remove(ssl_blocker)
31
module_stash.pop()
32
33
34
class
TestImportWithoutSSL(TestWithoutSSL):
Callers
1
supported_tls_versions
Function · 0.45
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected