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

Method analyse

codepile/dataset.py:122–123  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

120 self.processor.process()
121
122 def analyse(self, *args, **kwargs):
123 self.analyser.analyse()
124
125 '''
126 @property

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected