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

Method __init__

codepile/dataset.py:82–84  ·  view source on GitHub ↗
(self, tempdir, target_dir, *args, **kwargs)

Source from the content-addressed store, hash-verified

80class Scraper(ABC):
81 # logic for downloading/scraping the datasets
82 def __init__(self, tempdir, target_dir, *args, **kwargs):
83 self.tempdir = tempdir
84 self.target_dir = target_dir
85
86 def scrape(self):
87 raise NotImplementedError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected