Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NineAbyss/ZeroG
/ raw_dir
Method
raw_dir
code/dataset_benchmark.py:547–548 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
545
546
@property
547
def
raw_dir(self):
548
return
osp.join(self.root, self.name,
'raw'
)
549
550
@property
551
def
processed_dir(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected