MCPcopy
hub / github.com/docker/docker-py / close

Method close

docker/client.py:208–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 version.__doc__ = APIClient.version.__doc__
207
208 def close(self):
209 return self.api.close()
210 close.__doc__ = APIClient.close.__doc__
211
212 def __getattr__(self, name):

Callers 15

simple_tarFunction · 0.45
untar_fileFunction · 0.45
teardown_methodMethod · 0.45
test_lifecycleMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
test_client_initMethod · 0.45

Calls

no outgoing calls

Tested by 14

teardown_methodMethod · 0.36
test_lifecycleMethod · 0.36
test_client_initMethod · 0.36
setup_test_sessionFunction · 0.36
tearDownMethod · 0.36