MCPcopy Index your code
hub / github.com/geekcomputers/Python / debug

Method debug

ML/src/python/neuralforge/utils/logger.py:51–52  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

49 self.logger.error(message)
50
51 def debug(self, message: str):
52 self.logger.debug(message)
53
54 def log_metrics(self, metrics: dict, step: Optional[int] = None):
55 if step is not None:

Callers 3

debug_responseFunction · 0.80
ask_modelFunction · 0.80
classify_actionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected