MCPcopy Create free account
hub / github.com/OpenCodeInterpreter/OpenCodeInterpreter / MyCustomException

Class MyCustomException

evaluation/evaluate/utils.py:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38_mapping = {_SUCCESS: SUCCESS, _FAILED: FAILED, _TIMEOUT: TIMEOUT, _UNKNOWN: None}
39
40class MyCustomException(BaseException):
41 def __init__(self, message):
42 self.message = message
43
44
45def get_groundtruth(problems, hashcode, tasks_only_output_not_none):

Callers 1

unsafe_executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected