MCPcopy 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

closeMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected