Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ setUp
Method
setUp
python/tests/manager.py:12–13 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
class
TestDDFManager(unittest.TestCase):
11
12
def
setUp(self):
13
self.dm = DDFManager(
'spark'
)
14
15
def
tearDown(self):
16
self.dm.shutdown()
Callers
nothing calls this directly
Calls
1
DDFManager
Class · 0.90
Tested by
no test coverage detected