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

Method process

codepile/dataset.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 # data transformations
94 # if you wanna use kind a workflow, implement it in here
95 def process(self):
96 raise NotImplementedError()
97
98
99class Analyser(ABC):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected