Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_test
Function · 0.95
run_execute
Function · 0.80
evaluate_mbpp.py
File · 0.80
evaluate_leetcode.py
File · 0.80
vocab_parallel_entropy
Function · 0.80
_read_files_and_tokenize
Method · 0.80
_read_files_and_tokenize
Method · 0.80
Calls
1
batch_apply
Method · 0.95
Tested by
no test coverage detected