MCPcopy Create free account
hub / github.com/CarperAI/Code-Pile / process

Method process

codepile/dataset.py:119–120  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

117 self.scraper.scrape()
118
119 def process(self, *args, **kwargs):
120 self.processor.process()
121
122 def analyse(self, *args, **kwargs):
123 self.analyser.analyse()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected