MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / emit

Method emit

prepare_dataset/preparer.py:49–51  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

47 self.error_count = 0
48
49 def emit(self, record):
50 if record.levelno == logging.ERROR:
51 self.error_count += 1
52
53
54class DatasetPreparer:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected