Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
class
Analyser(ABC):
100
# logic for getting basic statistics of the dataset
101
def
analyse(self):
102
raise
NotImplementedError()
103
104
105
class
Dataset(ABC):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected