Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zai-org/CodeGeeX2
/ info
Method
info
evaluation/utils.py:491–492 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
489
self.logger.debug(message)
490
491
def
info(self, message):
492
self.logger.info(message)
493
494
def
warning(self, message):
495
self.logger.warning(message)
Callers
6
evaluate_functional_correctness
Function · 0.95
main
Function · 0.95
run_generation_distributed
Function · 0.80
main
Function · 0.80
server
Function · 0.80
generation.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected