MCPcopy Create free account
hub / github.com/NineAbyss/ZeroG / raw_dir

Method raw_dir

code/dataset_benchmark.py:217–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215
216 @property
217 def raw_dir(self):
218 return osp.join(self.root, self.name, 'raw')
219
220 @property
221 def processed_dir(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected