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

Class DateRuntime

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

Source from the content-addressed store, hash-verified

48 return self._global_vars['answer']
49
50class DateRuntime(GenericRuntime):
51 GLOBAL_DICT = {
52 'datetime': datetime.datetime,
53 'timedelta': dateutil.relativedelta.relativedelta,
54 'relativedelta': dateutil.relativedelta.relativedelta
55 }
56
57
58class CustomDict(dict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected