MCPcopy Index your code
hub / github.com/CarperAI/Code-Pile / process

Method process

codepile/codepile.py:20–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 d.scraper.scrape()
19
20 def process(self):
21 for d in self.subdatasets:
22 d.processor.process()
23
24 def merge(self):
25 raise NotImplementedError()

Callers 1

processFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected