Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ tearDown
Method
tearDown
tests/ssh/base.py:86–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
cls.client.pull(TEST_IMG)
85
86
def
tearDown(self):
87
super().tearDown()
88
self.client.close()
89
90
@staticmethod
91
def
get_client_instance():
Callers
nothing calls this directly
Calls
2
tearDown
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected