MCPcopy Create free account
hub / github.com/deepseek-ai/DeepSeek-Coder / CustomDict

Class CustomDict

Evaluation/PAL-Math/utils/python_executor.py:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58class CustomDict(dict):
59 def __iter__(self):
60 return list(super().__iter__()).__iter__()
61
62class ColorObjectRuntime(GenericRuntime):
63 GLOBAL_DICT = {'dict': CustomDict}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected