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

Method processed_dir

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

Source from the content-addressed store, hash-verified

549
550 @property
551 def processed_dir(self):
552 return osp.join(self.root, self.name, 'processed')
553
554 @property
555 def raw_file_names(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected