MCPcopy Create free account
hub / github.com/LeapLabTHU/Absolute-Zero-Reasoner / CustomDict

Class CustomDict

evaluation/math_eval/eval/python_executor.py:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class CustomDict(dict):
68 def __iter__(self):
69 return list(super().__iter__()).__iter__()
70
71class ColorObjectRuntime(GenericRuntime):
72 GLOBAL_DICT = {'dict': CustomDict}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected