Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_tar
Function · 0.45
untar_file
Function · 0.45
teardown_method
Method · 0.45
test_ports_target_none
Method · 0.45
test_ports_target_tuple
Method · 0.45
test_ports_target_list
Method · 0.45
test_443_handle_nonchunked_response_in_stream
Method · 0.45
test_lifecycle
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
write_dummy_tar_content
Method · 0.45
test_client_init
Method · 0.45
Calls
no outgoing calls
Tested by
14
teardown_method
Method · 0.36
test_ports_target_none
Method · 0.36
test_ports_target_tuple
Method · 0.36
test_ports_target_list
Method · 0.36
test_443_handle_nonchunked_response_in_stream
Method · 0.36
test_lifecycle
Method · 0.36
write_dummy_tar_content
Method · 0.36
test_client_init
Method · 0.36
test_resource_warnings
Method · 0.36
setup_test_session
Function · 0.36
tearDown
Method · 0.36
test_retrieve_server_version
Method · 0.36