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

Method analyse

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

Source from the content-addressed store, hash-verified

99class Analyser(ABC):
100 # logic for getting basic statistics of the dataset
101 def analyse(self):
102 raise NotImplementedError()
103
104
105class Dataset(ABC):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected