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

Method raw_dir

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

Source from the content-addressed store, hash-verified

279
280 @property
281 def raw_dir(self):
282 return osp.join(self.root, self.name, 'raw')
283
284 @property
285 def processed_dir(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected