Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-py
/ get_client_instance
Method
get_client_instance
tests/integration/base.py:87–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
86
@staticmethod
87
def
get_client_instance():
88
return
docker.APIClient(
89
version=TEST_API_VERSION, timeout=60, **kwargs_from_env()
90
)
91
92
@staticmethod
93
def
_init_swarm(client, **kwargs):
Callers
9
setUp
Method · 0.95
teardown_class
Method · 0.45
teardown_method
Method · 0.45
setup_class
Method · 0.45
teardown_class
Method · 0.45
setup_class
Method · 0.45
teardown_class
Method · 0.45
setup_class
Method · 0.45
teardown_class
Method · 0.45
Calls
1
kwargs_from_env
Function · 0.90
Tested by
8
teardown_class
Method · 0.36
teardown_method
Method · 0.36
setup_class
Method · 0.36
teardown_class
Method · 0.36
setup_class
Method · 0.36
teardown_class
Method · 0.36
setup_class
Method · 0.36
teardown_class
Method · 0.36