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

Method processed_dir

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

Source from the content-addressed store, hash-verified

219
220 @property
221 def processed_dir(self):
222 return osp.join(self.root, self.name, 'processed')
223
224 @property
225 def raw_file_names(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected