MCPcopy Index your code
hub / github.com/zai-org/CodeGeeX2 / error

Method error

evaluation/utils.py:497–498  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

495 self.logger.warning(message)
496
497 def error(self, message):
498 self.logger.error(message)
499
500 def critical(self, message):
501 self.logger.critical(message)

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected