Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ setUpClass
Method
setUpClass
tests/ssh/base.py:82–84 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
80
""
"
81
@classmethod
82
def
setUpClass(cls):
83
cls.client = cls.get_client_instance()
84
cls.client.pull(TEST_IMG)
85
86
def
tearDown(self):
87
super().tearDown()
Callers
nothing calls this directly
Calls
2
get_client_instance
Method · 0.45
pull
Method · 0.45
Tested by
no test coverage detected