MCPcopy
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

tearDownMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected