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

Method processed_dir

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

Source from the content-addressed store, hash-verified

283
284 @property
285 def processed_dir(self):
286 return osp.join(self.root, self.name, 'processed')
287
288 @property
289 def raw_file_names(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected