Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ setUp
Method
setUp
tests/unit/utils_build_test.py:65–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
all_paths = set(dirs + files)
64
65
def
setUp(self):
66
self.base = make_tree(self.dirs, self.files)
67
68
def
tearDown(self):
69
shutil.rmtree(self.base)
Callers
nothing calls this directly
Calls
1
make_tree
Function · 0.85
Tested by
no test coverage detected