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

Method raw_dir

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

Source from the content-addressed store, hash-verified

124
125 @property
126 def raw_dir(self):
127 return osp.join(self.root, self.name, 'raw')
128
129 @property
130 def processed_dir(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected