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

Method download

codepile/codepile.py:16–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 self.subdatasets.append(d(tempdir, target_dir))
15
16 def download(self):
17 for d in self.subdatasets:
18 d.scraper.scrape()
19
20 def process(self):
21 for d in self.subdatasets:

Callers 1

downloadFunction · 0.95

Calls 1

scrapeMethod · 0.45

Tested by

no test coverage detected