Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-py
/ tearDown
Method
tearDown
tests/integration/base.py:82–84 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
self.client = self.get_client_instance()
81
82
def
tearDown(self):
83
super().tearDown()
84
self.client.close()
85
86
@staticmethod
87
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