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

Class DateRuntime

evaluation/math_eval/eval/python_executor.py:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 return self._global_vars['answer']
58
59class DateRuntime(GenericRuntime):
60 GLOBAL_DICT = {
61 'datetime': datetime.datetime,
62 'timedelta': dateutil.relativedelta.relativedelta,
63 'relativedelta': dateutil.relativedelta.relativedelta
64 }
65
66
67class CustomDict(dict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected