Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CarperAI/Code-Pile
/ Analyser
Class
Analyser
codepile/dataset.py:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
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