Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ tearDown
Method
tearDown
tests/unit/api_test.py:105–107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
103
self.client = APIClient(version=DEFAULT_DOCKER_API_VERSION)
104
105
def
tearDown(self):
106
self.client.close()
107
self.patcher.stop()
108
109
def
base_create_payload(self, img=
'busybox'
, cmd=None):
110
if
not cmd:
Callers
nothing calls this directly
Calls
2
close
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected