MCPcopy Create free account
hub / github.com/PRIME-RL/PRIME / apply

Method apply

eval/Math/Qwen25-Math/evaluation/python_executor.py:140–141  ·  view source on GitHub ↗
(self, code)

Source from the content-addressed store, hash-verified

138 return result, report
139
140 def apply(self, code):
141 return self.batch_apply([code])[0]
142
143 @staticmethod
144 def truncate(s, max_length=400):

Callers 7

_testFunction · 0.95
run_executeFunction · 0.80
evaluate_mbpp.pyFile · 0.80
vocab_parallel_entropyFunction · 0.80

Calls 1

batch_applyMethod · 0.95

Tested by

no test coverage detected